GET /api/bet_types/4d9d9a99-a89f-48af-adc8-d0ba7a57f8e5/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4d9d9a99-a89f-48af-adc8-d0ba7a57f8e5",
    "match": "https://api-prod.gambitprofit.com/api/matches/da24cc27-cb87-46bf-a8eb-e3ac1af03dd2/?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 233",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 233",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "5270ba81-cee0-4c47-9746-319c1f27835c",
            "gambit_id": "b651cfc9-cc86-4575-847c-ae91f0eb9674",
            "last_updated": "2022-12-08T13:02:14.176118-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 233",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "233.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4d9d9a99-a89f-48af-adc8-d0ba7a57f8e5/?format=api"
        },
        {
            "id": "cf48de22-32eb-4577-8e7f-5fe2a2088edf",
            "gambit_id": "d4514396-bb58-423e-b203-bf6cd5f2d482",
            "last_updated": "2022-12-08T13:02:14.177264-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 233",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "233.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4d9d9a99-a89f-48af-adc8-d0ba7a57f8e5/?format=api"
        }
    ]
}