GET /api/bet_types/459bc230-75b6-4908-bf3c-a6d72745d9a9/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "459bc230-75b6-4908-bf3c-a6d72745d9a9",
    "match": "https://api-prod.gambitprofit.com/api/matches/ef259a8c-c204-441a-9934-28429d390a20/?format=api",
    "name": "Over/Under",
    "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": "Game Total Under 8",
                "amount": 5110.0
            },
            {
                "team": "Game Total Over 8",
                "amount": 4890.0
            }
        ],
        "expected_reward_tokens": 9044.7,
        "profit_sb": 44.7,
        "profit_sb_percentage": 0.5,
        "recommended": true
    },
    "lines": [
        {
            "id": "d724790b-cab2-49fc-af4e-43ff191d0e69",
            "gambit_id": "fe483f30-31d1-4e86-b414-1f60a4094a80",
            "last_updated": "2022-12-24T17:12:25.984585-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 8",
            "reward": "1.77000",
            "odds": "1.86960",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/459bc230-75b6-4908-bf3c-a6d72745d9a9/?format=api"
        },
        {
            "id": "c3b5d081-9d87-4fe7-9305-75a5a5e1083e",
            "gambit_id": "64029c54-aa95-4aa7-9c8b-39e4ad80aff4",
            "last_updated": "2022-12-24T17:12:25.985794-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 8",
            "reward": "1.85000",
            "odds": "1.95240",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/459bc230-75b6-4908-bf3c-a6d72745d9a9/?format=api"
        }
    ]
}