GET /api/bet_types/2f072c64-b864-43b9-b569-7ee60c7f3d30/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2f072c64-b864-43b9-b569-7ee60c7f3d30",
    "match": "https://api-prod.gambitprofit.com/api/matches/3c1e0120-d8ce-4f99-8b2d-e73121809afb/?format=api",
    "name": "Over/Under",
    "created_at": "2023-01-20T22:57:01.493296-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 2.5",
                "amount": 5493.0
            },
            {
                "team": "Game Total Over 2.5",
                "amount": 4507.0
            }
        ],
        "expected_reward_tokens": 8788.65,
        "profit_sb": -711.35,
        "profit_sb_percentage": -7.49,
        "recommended": false
    },
    "lines": [
        {
            "id": "b5dc0fda-80cd-4cf9-abbb-bc31b9147393",
            "gambit_id": "1894b6ef-9ae8-4f0e-ad6f-13fe3724c5ce",
            "last_updated": "2023-01-23T11:32:09.304230-05:00",
            "created_at": "2023-01-20T22:57:01.495812-05:00",
            "name": "Game Total Under 2.5",
            "reward": "1.60000",
            "odds": "1.70000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2f072c64-b864-43b9-b569-7ee60c7f3d30/?format=api"
        },
        {
            "id": "e7af76ee-bae4-4780-8717-c34f7db8fc56",
            "gambit_id": "0d2d8b84-4bc6-46d4-a75a-4316e8e7f935",
            "last_updated": "2023-01-23T11:32:09.303150-05:00",
            "created_at": "2023-01-20T22:57:01.494547-05:00",
            "name": "Game Total Over 2.5",
            "reward": "1.95000",
            "odds": "2.10000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2f072c64-b864-43b9-b569-7ee60c7f3d30/?format=api"
        }
    ]
}