GET /api/bet_types/893541ec-c0d6-4d4e-974f-838ae2645340/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "893541ec-c0d6-4d4e-974f-838ae2645340",
    "match": "https://api-prod.gambitprofit.com/api/matches/166e5c4b-347e-45f8-bf33-db250900b7ad/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-04-04T09:32:13.994724-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 (J Fleming)",
                "amount": 6070.0
            },
            {
                "team": "WAS (C Kuhl)",
                "amount": 3930.0
            }
        ],
        "expected_reward_tokens": 9589.2,
        "profit_sb": 89.2,
        "profit_sb_percentage": 0.94,
        "recommended": true
    },
    "lines": [
        {
            "id": "1078bb47-506c-4d33-8b0f-0261d3925690",
            "gambit_id": "4b109bef-3618-4b0c-98f3-1e28b823099b",
            "last_updated": "2023-04-05T10:17:15.681928-04:00",
            "created_at": "2023-04-04T09:32:13.999238-04:00",
            "name": "TAM (J Fleming)",
            "reward": "1.58000",
            "odds": "1.60610",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/893541ec-c0d6-4d4e-974f-838ae2645340/?format=api"
        },
        {
            "id": "97963bd8-ef84-4107-93ef-8bd4a7e92a8f",
            "gambit_id": "a01002e2-bae5-4367-9524-b10d08588b44",
            "last_updated": "2023-04-05T10:17:15.680502-04:00",
            "created_at": "2023-04-04T09:32:13.997031-04:00",
            "name": "WAS (C Kuhl)",
            "reward": "2.44000",
            "odds": "2.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/893541ec-c0d6-4d4e-974f-838ae2645340/?format=api"
        }
    ]
}