GET /api/bet_types/5d4403dc-d465-476d-b0a9-8805604946df/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5d4403dc-d465-476d-b0a9-8805604946df",
    "match": "https://api-prod.gambitprofit.com/api/matches/72d193af-b8f3-4c8f-9de8-6899e2df5479/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-04-23T16:11:49.827876-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": 5867.0
            },
            {
                "team": "NYM",
                "amount": 4133.0
            }
        ],
        "expected_reward_tokens": 9504.54,
        "profit_sb": 4.54,
        "profit_sb_percentage": 0.05,
        "recommended": true
    },
    "lines": [
        {
            "id": "f9dcb757-856b-451a-aed8-05041a858dbf",
            "gambit_id": "1de0d018-7d0e-48f5-9444-5d437b70b7f3",
            "last_updated": "2023-04-24T13:02:15.356226-04:00",
            "created_at": "2023-04-23T16:11:49.830228-04:00",
            "name": "SFO",
            "reward": "1.62000",
            "odds": "1.64520",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5d4403dc-d465-476d-b0a9-8805604946df/?format=api"
        },
        {
            "id": "0ca15f1d-1035-4ffa-806c-48d544932730",
            "gambit_id": "6260a6c8-9976-44c8-964a-b9111583214e",
            "last_updated": "2023-04-24T13:02:15.358230-04:00",
            "created_at": "2023-04-23T16:11:49.832616-04:00",
            "name": "NYM",
            "reward": "2.30000",
            "odds": "2.35000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5d4403dc-d465-476d-b0a9-8805604946df/?format=api"
        }
    ]
}