GET /api/bet_types/a2959e46-e872-4440-91d3-14956d20f221/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a2959e46-e872-4440-91d3-14956d20f221",
    "match": "https://api-prod.gambitprofit.com/api/matches/5c4dde85-0ec1-42cc-8d7b-6c9fa224b763/?format=api",
    "name": "Over/Under",
    "created_at": "2023-03-07T09:46:51.958460-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 2.5",
                "amount": 5520.0
            },
            {
                "team": "Game Total Under 2.5",
                "amount": 4480.0
            }
        ],
        "expected_reward_tokens": 9273.6,
        "profit_sb": -226.4,
        "profit_sb_percentage": -2.38,
        "recommended": false
    },
    "lines": [
        {
            "id": "d717c039-4bb1-4e19-8014-eaa66bcf0699",
            "gambit_id": "83fecbf4-7e08-4829-a1fe-ab4e87b34aba",
            "last_updated": "2023-03-08T11:52:07.872569-05:00",
            "created_at": "2023-03-07T09:46:51.961406-05:00",
            "name": "Game Total Over 2.5",
            "reward": "1.68000",
            "odds": "1.70000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a2959e46-e872-4440-91d3-14956d20f221/?format=api"
        },
        {
            "id": "76a2422f-102b-4e72-bd88-ea9c68e774bb",
            "gambit_id": "7f937a85-d921-4880-b417-7af547e375f8",
            "last_updated": "2023-03-08T11:52:07.871483-05:00",
            "created_at": "2023-03-07T09:46:51.960001-05:00",
            "name": "Game Total Under 2.5",
            "reward": "2.07000",
            "odds": "2.10000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a2959e46-e872-4440-91d3-14956d20f221/?format=api"
        }
    ]
}