GET /api/bet_types/460e47d8-0303-40fe-9d0e-e336b771fa8d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "460e47d8-0303-40fe-9d0e-e336b771fa8d",
    "match": "https://api-prod.gambitprofit.com/api/matches/b07449de-f0fa-4041-833b-8ff90cd1b676/?format=api",
    "name": "Pick the Winner",
    "created_at": "1969-12-31T19:00:00-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": "Mississippi State",
                "amount": 8441.0
            },
            {
                "team": "Memphis",
                "amount": 1559.0
            }
        ],
        "expected_reward_tokens": 9369.51,
        "profit_sb": 369.51,
        "profit_sb_percentage": 4.11,
        "recommended": true
    },
    "lines": [
        {
            "id": "443b6995-b6b8-415e-8058-c4228892d071",
            "gambit_id": "573c3e84-d94b-4dd7-b547-ed60fc91db20",
            "last_updated": "2022-09-05T09:32:19.521598-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Mississippi State",
            "reward": "1.11000",
            "odds": "1.12500",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/460e47d8-0303-40fe-9d0e-e336b771fa8d/?format=api"
        },
        {
            "id": "2a57aab6-3536-4ddd-8053-e6555aef8f5f",
            "gambit_id": "b24e59b2-cb49-4a60-807d-723b789e3cd2",
            "last_updated": "2022-09-05T09:32:19.522715-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Memphis",
            "reward": "6.01000",
            "odds": "6.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/460e47d8-0303-40fe-9d0e-e336b771fa8d/?format=api"
        }
    ]
}