GET /api/bet_types/c300d433-afd0-42e2-9b43-ec6a97de71dc/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c300d433-afd0-42e2-9b43-ec6a97de71dc",
    "match": "https://api-prod.gambitprofit.com/api/matches/45238d6b-e76a-4358-8235-1a0d3bed9a7e/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-07-09T08:43:19.124671-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": "MIN (J Ryan)",
                "amount": 5776.0
            },
            {
                "team": "BAL (K Gibson)",
                "amount": 4224.0
            }
        ],
        "expected_reward_tokens": 9588.16,
        "profit_sb": 88.16,
        "profit_sb_percentage": 0.93,
        "recommended": true
    },
    "lines": [
        {
            "id": "3f55a929-3c4a-4776-bc42-3b9156687108",
            "gambit_id": "023f3c8a-b0d0-4139-bef8-0d6b56531126",
            "last_updated": "2023-07-10T18:23:16.545908-04:00",
            "created_at": "2023-07-09T08:43:19.129985-04:00",
            "name": "MIN (J Ryan)",
            "reward": "1.66000",
            "odds": "1.68970",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c300d433-afd0-42e2-9b43-ec6a97de71dc/?format=api"
        },
        {
            "id": "c5a0329f-93eb-46b9-80b8-1736175757d4",
            "gambit_id": "2e1f449a-4ac8-4238-9fbf-3ce88d2da192",
            "last_updated": "2023-07-10T18:23:16.544524-04:00",
            "created_at": "2023-07-09T08:43:19.127248-04:00",
            "name": "BAL (K Gibson)",
            "reward": "2.27000",
            "odds": "2.33000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c300d433-afd0-42e2-9b43-ec6a97de71dc/?format=api"
        }
    ]
}