GET /api/bet_types/cdfc2abb-2c1a-4be7-895b-4b95ffbe4e83/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "cdfc2abb-2c1a-4be7-895b-4b95ffbe4e83",
    "match": "https://api-prod.gambitprofit.com/api/matches/4bd5bc1f-6174-4873-8757-43cda94e09d6/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-08-09T08:13:09.658883-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": "CIN (G Ashcraft)",
                "amount": 5452.0
            },
            {
                "team": "MIA (J Cueto)",
                "amount": 4548.0
            }
        ],
        "expected_reward_tokens": 9595.52,
        "profit_sb": 95.52,
        "profit_sb_percentage": 1.01,
        "recommended": true
    },
    "lines": [
        {
            "id": "50b31a88-e606-49c9-a27a-9998c7808f34",
            "gambit_id": "3a789d1c-f272-45aa-be73-8df9cf339b9e",
            "last_updated": "2023-08-10T10:27:57.399567-04:00",
            "created_at": "2023-08-09T08:13:09.671718-04:00",
            "name": "CIN (G Ashcraft)",
            "reward": "1.76000",
            "odds": "1.79370",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cdfc2abb-2c1a-4be7-895b-4b95ffbe4e83/?format=api"
        },
        {
            "id": "f30e007c-1008-4e7e-8bd7-b9dfbb8d5240",
            "gambit_id": "92135b3a-afb7-47bd-adbd-d5e345264c65",
            "last_updated": "2023-08-10T10:27:57.395435-04:00",
            "created_at": "2023-08-09T08:13:09.665614-04:00",
            "name": "MIA (J Cueto)",
            "reward": "2.11000",
            "odds": "2.16000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cdfc2abb-2c1a-4be7-895b-4b95ffbe4e83/?format=api"
        }
    ]
}