GET /api/bet_types/9f8d6598-200e-418c-99ca-9fcd33868f8f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9f8d6598-200e-418c-99ca-9fcd33868f8f",
    "match": "https://api-prod.gambitprofit.com/api/matches/d14fa63d-bebd-4f95-83df-b121e55fdff9/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-08-29T08:33:14.143591-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 (A Cobb)",
                "amount": 5909.0
            },
            {
                "team": "CIN (B Williamson)",
                "amount": 4091.0
            }
        ],
        "expected_reward_tokens": 9572.58,
        "profit_sb": 72.58,
        "profit_sb_percentage": 0.76,
        "recommended": true
    },
    "lines": [
        {
            "id": "aaf77495-eb6b-4c2d-99b7-f54416c68263",
            "gambit_id": "9e4adb86-fbe4-4563-94d6-5c19189eba4d",
            "last_updated": "2023-08-30T13:23:24.740844-04:00",
            "created_at": "2023-08-29T08:33:14.152790-04:00",
            "name": "SFO (A Cobb)",
            "reward": "1.62000",
            "odds": "1.64520",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9f8d6598-200e-418c-99ca-9fcd33868f8f/?format=api"
        },
        {
            "id": "90ea17d6-e585-4d06-8816-62d034d91228",
            "gambit_id": "ee1de461-be12-4d38-8c7e-41391ec885ad",
            "last_updated": "2023-08-30T13:23:24.737321-04:00",
            "created_at": "2023-08-29T08:33:14.148434-04:00",
            "name": "CIN (B Williamson)",
            "reward": "2.34000",
            "odds": "2.40000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9f8d6598-200e-418c-99ca-9fcd33868f8f/?format=api"
        }
    ]
}