GET /api/bet_types/6dbe6af5-33b0-482c-b0c6-ecae3ea00930/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6dbe6af5-33b0-482c-b0c6-ecae3ea00930",
    "match": "https://api-prod.gambitprofit.com/api/matches/76a78736-777d-4861-aa8e-ecf4fdb4b69a/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-08-13T10:18:24.733737-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": "PIT (M Keller)",
                "amount": 5325.0
            },
            {
                "team": "CIN (B Williamson)",
                "amount": 4675.0
            }
        ],
        "expected_reward_tokens": 9583.75,
        "profit_sb": 83.75,
        "profit_sb_percentage": 0.88,
        "recommended": true
    },
    "lines": [
        {
            "id": "9e3020a4-8129-4a0b-a257-c56dc1663bd8",
            "gambit_id": "9f4641ae-0a02-4784-9faf-a4e74b462da6",
            "last_updated": "2023-08-14T18:43:06.739903-04:00",
            "created_at": "2023-08-13T10:18:24.743187-04:00",
            "name": "PIT (M Keller)",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6dbe6af5-33b0-482c-b0c6-ecae3ea00930/?format=api"
        },
        {
            "id": "045b7241-0cea-4048-9480-052a5cbdeb74",
            "gambit_id": "92550057-04c2-4d7e-b65d-eb7f73ef6349",
            "last_updated": "2023-08-14T18:43:06.731559-04:00",
            "created_at": "2023-08-13T10:18:24.739127-04:00",
            "name": "CIN (B Williamson)",
            "reward": "2.05000",
            "odds": "2.10000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6dbe6af5-33b0-482c-b0c6-ecae3ea00930/?format=api"
        }
    ]
}