GET /api/bet_types/ccdcea94-be86-415f-92cb-647dd2657ae4/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ccdcea94-be86-415f-92cb-647dd2657ae4",
    "match": "https://api-prod.gambitprofit.com/api/matches/0b69cc62-d845-41ae-bfa6-ecbdf55a02fa/?format=api",
    "name": "Pick the Winner",
    "created_at": "2022-12-28T09:32:08.154305-05: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": "Mississippi",
                "amount": 6336.0
            },
            {
                "team": "Texas Tech",
                "amount": 3664.0
            }
        ],
        "expected_reward_tokens": 9123.36,
        "profit_sb": 123.36,
        "profit_sb_percentage": 1.37,
        "recommended": true
    },
    "lines": [
        {
            "id": "663eb76b-e10b-4d76-b22f-6d4a69015fe3",
            "gambit_id": "dede6fbc-aa1c-49af-82a9-dc5943791d7a",
            "last_updated": "2022-12-30T18:52:01.279900-05:00",
            "created_at": "2022-12-28T09:32:08.156801-05:00",
            "name": "Mississippi",
            "reward": "1.44000",
            "odds": "1.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ccdcea94-be86-415f-92cb-647dd2657ae4/?format=api"
        },
        {
            "id": "46f38383-ebb6-48a0-a401-cf59cf043f3a",
            "gambit_id": "ea700230-44a8-440c-9794-2606919fd5db",
            "last_updated": "2022-12-30T18:52:01.278815-05:00",
            "created_at": "2022-12-28T09:32:08.155536-05:00",
            "name": "Texas Tech",
            "reward": "2.49000",
            "odds": "2.70000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ccdcea94-be86-415f-92cb-647dd2657ae4/?format=api"
        }
    ]
}