GET /api/bet_types/8ce163c9-17df-4167-9ff0-a2a424846d4c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8ce163c9-17df-4167-9ff0-a2a424846d4c",
    "match": "https://api-prod.gambitprofit.com/api/matches/caf38dd4-96d1-441c-a8fa-e5dcb1c898b3/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-07-01T09:23:05.659842-04:00",
    "high_risk": {
        "possible": false,
        "description": "There is no line under 1.10 reward"
    },
    "med_risk": {
        "possible": false,
        "description": "Too few lines to bet on"
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "CIN",
                "amount": 5094.0
            },
            {
                "team": "SDG",
                "amount": 4906.0
            }
        ],
        "expected_reward_tokens": 9321.4,
        "profit_sb": -178.6,
        "profit_sb_percentage": -1.88,
        "recommended": false
    },
    "lines": [
        {
            "id": "0483c392-4cda-4a8d-8ab3-b55d4c052b99",
            "gambit_id": "e0d97db2-67a8-4cb3-bfec-caab61e2dab3",
            "last_updated": "2023-07-03T01:18:11.184506-04:00",
            "created_at": "2023-07-01T09:23:05.664899-04:00",
            "name": "CIN",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8ce163c9-17df-4167-9ff0-a2a424846d4c/?format=api"
        },
        {
            "id": "422032f7-771b-4250-8b62-43d6f7374cb2",
            "gambit_id": "7d5599d3-e195-4921-a8ce-b221eb6c6a77",
            "last_updated": "2023-07-03T01:18:11.183078-04:00",
            "created_at": "2023-07-01T09:23:05.662137-04:00",
            "name": "SDG",
            "reward": "1.90000",
            "odds": "1.95240",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8ce163c9-17df-4167-9ff0-a2a424846d4c/?format=api"
        }
    ]
}