GET /api/bet_types/75b8e938-569f-4e49-a035-f7524eeafde4/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "75b8e938-569f-4e49-a035-f7524eeafde4",
    "match": "https://api-prod.gambitprofit.com/api/matches/2a8dc1bb-c51a-40e1-8451-9e3acd17ff0d/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-06-22T14:08:19.563232-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": "Mike Lee",
                "amount": 7143.0
            },
            {
                "team": "Drew Nolan",
                "amount": 2857.0
            }
        ],
        "expected_reward_tokens": 9428.1,
        "profit_sb": -71.9,
        "profit_sb_percentage": -0.76,
        "recommended": false
    },
    "lines": [
        {
            "id": "3d21b096-b1d7-4056-a230-f1496f65fc5d",
            "gambit_id": "78d815c9-116a-4c8f-b1a7-c1eedfed2740",
            "last_updated": "2023-06-24T14:03:19.352875-04:00",
            "created_at": "2023-06-22T14:08:19.565034-04:00",
            "name": "Mike Lee",
            "reward": "1.32000",
            "odds": "1.33000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/75b8e938-569f-4e49-a035-f7524eeafde4/?format=api"
        },
        {
            "id": "254bfbeb-7e08-4131-aa6f-169ea84b2bea",
            "gambit_id": "3dd75299-9641-49cf-b50d-4d7d386feef0",
            "last_updated": "2023-06-24T14:03:19.354604-04:00",
            "created_at": "2023-06-22T14:08:19.566840-04:00",
            "name": "Drew Nolan",
            "reward": "3.30000",
            "odds": "3.40000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/75b8e938-569f-4e49-a035-f7524eeafde4/?format=api"
        }
    ]
}