GET /api/bet_types/cc891376-c9f2-422c-aeb5-704be4bb1134/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "cc891376-c9f2-422c-aeb5-704be4bb1134",
    "match": "https://api-prod.gambitprofit.com/api/matches/4eb357c8-1fa9-4eba-a4a9-3003f462c4e5/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-09-03T00:23:16.219674-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": "ATL (C Morton)",
                "amount": 5222.0
            },
            {
                "team": "LOS (B Miller)",
                "amount": 4778.0
            }
        ],
        "expected_reward_tokens": 9556.0,
        "profit_sb": 56.0,
        "profit_sb_percentage": 0.59,
        "recommended": true
    },
    "lines": [
        {
            "id": "f4d6fb28-3999-4b84-a5ed-064e1cdc67e7",
            "gambit_id": "34ce9dac-7330-490e-9e8b-273ac2d8990d",
            "last_updated": "2023-09-05T10:23:07.134818-04:00",
            "created_at": "2023-09-03T00:23:16.224112-04:00",
            "name": "ATL (C Morton)",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cc891376-c9f2-422c-aeb5-704be4bb1134/?format=api"
        },
        {
            "id": "f1826fff-edeb-4344-9b7a-30e08213c566",
            "gambit_id": "21bf581b-fe9b-4f6a-8dc5-2e9649affd9d",
            "last_updated": "2023-09-05T10:23:07.140446-04:00",
            "created_at": "2023-09-03T00:23:16.229805-04:00",
            "name": "LOS (B Miller)",
            "reward": "2.00000",
            "odds": "2.05000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cc891376-c9f2-422c-aeb5-704be4bb1134/?format=api"
        }
    ]
}