GET /api/bet_types/9d453908-e06b-4e61-afe8-0917fa2b6b82/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9d453908-e06b-4e61-afe8-0917fa2b6b82",
    "match": "https://api-prod.gambitprofit.com/api/matches/e635ef03-fd2b-4e11-aa80-6326b1383728/?format=api",
    "name": "Over/Under",
    "created_at": "2023-02-07T13:41:48.455249-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 232",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 232",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "dbecf90b-d452-4e73-9b92-aaa2507d3190",
            "gambit_id": "8061f1da-20f1-460a-b05a-7b7cab058543",
            "last_updated": "2023-02-08T09:52:07.432397-05:00",
            "created_at": "2023-02-07T13:41:48.456535-05:00",
            "name": "Game Total Under 232",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "232.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9d453908-e06b-4e61-afe8-0917fa2b6b82/?format=api"
        },
        {
            "id": "f233eb90-9ddd-4851-b68b-449a2693c056",
            "gambit_id": "5e4692dc-fe00-4eeb-bfe8-6258ba12eb42",
            "last_updated": "2023-02-08T09:52:07.433652-05:00",
            "created_at": "2023-02-07T13:41:48.457892-05:00",
            "name": "Game Total Over 232",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "232.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9d453908-e06b-4e61-afe8-0917fa2b6b82/?format=api"
        }
    ]
}