GET /api/bet_types/a448ac41-9d49-43b1-81fb-73285efaa22f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a448ac41-9d49-43b1-81fb-73285efaa22f",
    "match": "https://api-prod.gambitprofit.com/api/matches/88a90870-77ed-4942-8793-cc6506dad538/?format=api",
    "name": "Over/Under",
    "created_at": "2023-01-24T09:31:50.253732-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": "Game Total Over 6.5",
                "amount": 5106.0
            },
            {
                "team": "Game Total Under 6.5",
                "amount": 4894.0
            }
        ],
        "expected_reward_tokens": 9445.42,
        "profit_sb": -54.58,
        "profit_sb_percentage": -0.57,
        "recommended": false
    },
    "lines": [
        {
            "id": "1b26f844-91cd-4fbf-8aa7-0627e3c5d3b7",
            "gambit_id": "a0d2717b-e9a1-4903-bea4-74d11aa727cf",
            "last_updated": "2023-01-25T14:27:09.968242-05:00",
            "created_at": "2023-01-24T09:31:50.257111-05:00",
            "name": "Game Total Over 6.5",
            "reward": "1.85000",
            "odds": "1.86960",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a448ac41-9d49-43b1-81fb-73285efaa22f/?format=api"
        },
        {
            "id": "5c2cb86c-ec22-4e6e-a9b6-ad05551d2341",
            "gambit_id": "75a44eeb-8658-46d0-860b-384bcce92da4",
            "last_updated": "2023-01-25T14:27:09.967112-05:00",
            "created_at": "2023-01-24T09:31:50.255443-05:00",
            "name": "Game Total Under 6.5",
            "reward": "1.93000",
            "odds": "1.95240",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a448ac41-9d49-43b1-81fb-73285efaa22f/?format=api"
        }
    ]
}