GET /api/bet_types/194db3f8-15d3-477f-a413-42bb3496cfce/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "194db3f8-15d3-477f-a413-42bb3496cfce",
    "match": "https://api-prod.gambitprofit.com/api/matches/09d5b652-4886-4e5c-9ea5-4e1765b69254/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-05-17T11:06:50.545081-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": "SFO",
                "amount": 6020.0
            },
            {
                "team": "PHI",
                "amount": 3980.0
            }
        ],
        "expected_reward_tokens": 9511.6,
        "profit_sb": 11.6,
        "profit_sb_percentage": 0.12,
        "recommended": true
    },
    "lines": [
        {
            "id": "4e75cb36-01b6-4bd4-bf96-db375d4e7ca0",
            "gambit_id": "89524531-07cf-4a8c-b31a-46d8c254c72d",
            "last_updated": "2023-05-18T11:47:19.333334-04:00",
            "created_at": "2023-05-17T11:06:50.547382-04:00",
            "name": "SFO",
            "reward": "1.58000",
            "odds": "1.60610",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/194db3f8-15d3-477f-a413-42bb3496cfce/?format=api"
        },
        {
            "id": "760c5c14-189f-4708-927e-b96eff03affc",
            "gambit_id": "3719caa8-a81e-462a-8c38-7654d0a0190a",
            "last_updated": "2023-05-18T11:47:19.334594-04:00",
            "created_at": "2023-05-17T11:06:50.549872-04:00",
            "name": "PHI",
            "reward": "2.39000",
            "odds": "2.45000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/194db3f8-15d3-477f-a413-42bb3496cfce/?format=api"
        }
    ]
}