GET /api/bet_types/23f9cdc5-2f4d-481d-af6e-287f0d22489c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "23f9cdc5-2f4d-481d-af6e-287f0d22489c",
    "match": "https://api-prod.gambitprofit.com/api/matches/e67c60e1-6c17-401f-b505-7de4d945c636/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-08-11T09:38:22.238636-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": "TAM (A Civale)",
                "amount": 6434.0
            },
            {
                "team": "CLE (X Curry)",
                "amount": 3566.0
            }
        ],
        "expected_reward_tokens": 9521.22,
        "profit_sb": 21.22,
        "profit_sb_percentage": 0.22,
        "recommended": true
    },
    "lines": [
        {
            "id": "88fe3bd1-fdc0-4ff5-bac1-0a31ea74a9b1",
            "gambit_id": "938b158f-2785-4309-9446-9ed3136eee3d",
            "last_updated": "2023-08-12T18:18:08.171880-04:00",
            "created_at": "2023-08-11T09:38:22.256350-04:00",
            "name": "TAM (A Civale)",
            "reward": "1.48000",
            "odds": "1.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/23f9cdc5-2f4d-481d-af6e-287f0d22489c/?format=api"
        },
        {
            "id": "bc463ad0-4e68-47ec-869f-d8925457c91f",
            "gambit_id": "bb64bacc-d618-4fb7-9502-be044212dbf7",
            "last_updated": "2023-08-12T18:18:08.164877-04:00",
            "created_at": "2023-08-11T09:38:22.247885-04:00",
            "name": "CLE (X Curry)",
            "reward": "2.67000",
            "odds": "2.75000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/23f9cdc5-2f4d-481d-af6e-287f0d22489c/?format=api"
        }
    ]
}