GET /api/bet_types/9a796a36-8e52-4324-9cd1-a6d940bc9520/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9a796a36-8e52-4324-9cd1-a6d940bc9520",
    "match": "https://api-prod.gambitprofit.com/api/matches/46e2d680-1d23-4f12-b98f-fa75acc2e86a/?format=api",
    "name": "Over/Under",
    "created_at": "2023-04-02T13:52:00.908578-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": "Game Total Under 6.5",
                "amount": 5107.0
            },
            {
                "team": "Game Total Over 6.5",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "35383db8-65c6-4c63-b48d-d9453d9dd456",
            "gambit_id": "683dbdd7-26d9-4ad2-b6a7-a44af81338ca",
            "last_updated": "2023-04-03T20:27:20.147479-04:00",
            "created_at": "2023-04-02T13:52:00.910994-04:00",
            "name": "Game Total Under 6.5",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9a796a36-8e52-4324-9cd1-a6d940bc9520/?format=api"
        },
        {
            "id": "8489b101-1c65-4664-ab44-d1ac59d13128",
            "gambit_id": "d80e81da-915d-4a91-8693-467d3c1f9768",
            "last_updated": "2023-04-03T20:27:20.150167-04:00",
            "created_at": "2023-04-02T13:52:00.913576-04:00",
            "name": "Game Total Over 6.5",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9a796a36-8e52-4324-9cd1-a6d940bc9520/?format=api"
        }
    ]
}