GET /api/bet_types/5dea23a3-0f42-4c82-b900-5f829dbb6206/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5dea23a3-0f42-4c82-b900-5f829dbb6206",
    "match": "https://api-prod.gambitprofit.com/api/matches/2b4e97fa-9d26-4227-80cb-0c69b0292aa1/?format=api",
    "name": "Play the Odds",
    "created_at": "1969-12-31T19:00:00-05: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": "LOS",
                "amount": 5492.0
            },
            {
                "team": "ARI",
                "amount": 4508.0
            }
        ],
        "expected_reward_tokens": 9061.08,
        "profit_sb": 61.08,
        "profit_sb_percentage": 0.68,
        "recommended": true
    },
    "lines": [
        {
            "id": "cec251a8-3098-4872-8738-a576ccd30dce",
            "gambit_id": "2da0bdb1-e727-4683-a4e4-2b2f9c7d0472",
            "last_updated": "2022-09-20T15:57:30.809822-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "LOS",
            "reward": "1.65000",
            "odds": "1.74070",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5dea23a3-0f42-4c82-b900-5f829dbb6206/?format=api"
        },
        {
            "id": "dfe14445-07da-40a1-bae6-c39092564649",
            "gambit_id": "f9e27859-905c-43c1-a577-2779e75d2765",
            "last_updated": "2022-09-20T15:57:30.811049-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "ARI",
            "reward": "2.01000",
            "odds": "2.15000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5dea23a3-0f42-4c82-b900-5f829dbb6206/?format=api"
        }
    ]
}