GET /api/bet_types/f8ce14b3-9f91-40fc-ae67-c88817d5e821/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f8ce14b3-9f91-40fc-ae67-c88817d5e821",
    "match": "https://api-prod.gambitprofit.com/api/matches/feb2b923-158a-4f70-9706-1538504197ac/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-01-26T10:56:58.280542-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": "Dallas Mavericks",
                "amount": 5000.0
            },
            {
                "team": "Phoenix Suns",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "1eb62684-3d84-4913-96b4-1cf6981ca4bb",
            "gambit_id": "aa8baf29-c225-4507-83c9-55b01e1a3927",
            "last_updated": "2023-01-27T09:57:10.165680-05:00",
            "created_at": "2023-01-26T10:56:58.283129-05:00",
            "name": "Dallas Mavericks",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f8ce14b3-9f91-40fc-ae67-c88817d5e821/?format=api"
        },
        {
            "id": "854892a2-6e33-4d9f-a6d4-8d03ecf25a05",
            "gambit_id": "b492f8a6-6092-4533-a641-991ed45a37bc",
            "last_updated": "2023-01-27T09:57:10.164455-05:00",
            "created_at": "2023-01-26T10:56:58.281875-05:00",
            "name": "Phoenix Suns",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f8ce14b3-9f91-40fc-ae67-c88817d5e821/?format=api"
        }
    ]
}