GET /api/bet_types/7f2dbad4-f2e8-41d5-8373-a3f1e9f4e936/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7f2dbad4-f2e8-41d5-8373-a3f1e9f4e936",
    "match": "https://api-prod.gambitprofit.com/api/matches/311bed92-2638-4a57-bef3-488c2f14bc11/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-04-08T09:01:56.881334-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": "KAN",
                "amount": 6020.0
            },
            {
                "team": "SFO",
                "amount": 3980.0
            }
        ],
        "expected_reward_tokens": 9511.6,
        "profit_sb": 11.6,
        "profit_sb_percentage": 0.12,
        "recommended": true
    },
    "lines": [
        {
            "id": "1f790bb0-8236-42c5-a068-e55f90d17f0c",
            "gambit_id": "2cf8e4bc-a5b1-479f-8144-4547c060b9f4",
            "last_updated": "2023-04-09T11:42:16.723162-04:00",
            "created_at": "2023-04-08T09:01:56.886042-04:00",
            "name": "KAN",
            "reward": "1.58000",
            "odds": "1.60610",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7f2dbad4-f2e8-41d5-8373-a3f1e9f4e936/?format=api"
        },
        {
            "id": "f1b39203-958d-4174-b2fe-b5dff990dd04",
            "gambit_id": "2b0e3cad-f128-41d5-b881-d62020abf5e9",
            "last_updated": "2023-04-09T11:42:16.720567-04:00",
            "created_at": "2023-04-08T09:01:56.883700-04:00",
            "name": "SFO",
            "reward": "2.39000",
            "odds": "2.45000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7f2dbad4-f2e8-41d5-8373-a3f1e9f4e936/?format=api"
        }
    ]
}