GET /api/bet_types/2fdc0401-98f8-45ce-9c42-6efadcc0624c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2fdc0401-98f8-45ce-9c42-6efadcc0624c",
    "match": "https://api-prod.gambitprofit.com/api/matches/681caee4-4daf-4a82-a725-0d6f2cbfdeee/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-07-08T08:38:23.651445-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": "HOU (F Valdez)",
                "amount": 5615.0
            },
            {
                "team": "SEA (B Woo)",
                "amount": 4385.0
            }
        ],
        "expected_reward_tokens": 9601.65,
        "profit_sb": 101.65,
        "profit_sb_percentage": 1.07,
        "recommended": true
    },
    "lines": [
        {
            "id": "f3b58e61-ce76-4fdb-9133-580bf8d10a04",
            "gambit_id": "ba934547-343f-42d6-b2f2-2441bbce7da4",
            "last_updated": "2023-07-10T10:08:11.257009-04:00",
            "created_at": "2023-07-08T08:38:23.656654-04:00",
            "name": "HOU (F Valdez)",
            "reward": "1.71000",
            "odds": "1.74070",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2fdc0401-98f8-45ce-9c42-6efadcc0624c/?format=api"
        },
        {
            "id": "a4064384-3050-4e6a-9ee9-7598da27289c",
            "gambit_id": "4e954c9a-4f15-4050-b97c-b59cade77c9b",
            "last_updated": "2023-07-10T10:08:11.255633-04:00",
            "created_at": "2023-07-08T08:38:23.653985-04:00",
            "name": "SEA (B Woo)",
            "reward": "2.19000",
            "odds": "2.25000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2fdc0401-98f8-45ce-9c42-6efadcc0624c/?format=api"
        }
    ]
}