GET /api/bet_types/aa084072-1f87-4422-b63b-b6903c5fb832/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "aa084072-1f87-4422-b63b-b6903c5fb832",
    "match": "https://api-prod.gambitprofit.com/api/matches/7a047dfc-a6a7-47af-8efd-28ea77346a93/?format=api",
    "name": "Over/Under",
    "created_at": "2023-09-11T17:33:21.501519-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 Over 10",
                "amount": 5107.0
            },
            {
                "team": "Game Total Under 10",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "c60c79b2-f57c-4415-9937-788f429a9b8c",
            "gambit_id": "0bb27d53-cb6d-460a-9bf5-e1c963996e50",
            "last_updated": "2023-09-12T21:28:19.601124-04:00",
            "created_at": "2023-09-11T17:33:21.505348-04:00",
            "name": "Game Total Over 10",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "10.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/aa084072-1f87-4422-b63b-b6903c5fb832/?format=api"
        },
        {
            "id": "63c4a813-37a6-43e5-8d9b-021a21b18e2f",
            "gambit_id": "72b28f35-04c5-4b03-91df-c7a9b1606d30",
            "last_updated": "2023-09-12T21:28:19.604446-04:00",
            "created_at": "2023-09-11T17:33:21.510393-04:00",
            "name": "Game Total Under 10",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "10.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/aa084072-1f87-4422-b63b-b6903c5fb832/?format=api"
        }
    ]
}