GET /api/bet_types/7ac040f2-8c37-4b1f-8d82-5f8265ff5299/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7ac040f2-8c37-4b1f-8d82-5f8265ff5299",
    "match": "https://api-prod.gambitprofit.com/api/matches/ff05ad1f-fdea-4a00-8127-4c5dce9ab97b/?format=api",
    "name": "Over/Under",
    "created_at": "2024-02-02T09:58:20.139374-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 212",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 212",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "cbb2b861-6d42-4fdf-84a5-d29d9de86a8d",
            "gambit_id": "6134c7e8-c7a5-448f-91e5-e99ea92173b9",
            "last_updated": "2024-02-03T10:33:01.496871-05:00",
            "created_at": "2024-02-02T09:58:20.150943-05:00",
            "name": "Game Total Under 212",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "212.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7ac040f2-8c37-4b1f-8d82-5f8265ff5299/?format=api"
        },
        {
            "id": "13eae971-c15a-441d-93e6-10ad73bdf2fd",
            "gambit_id": "d201a717-579d-41ea-a6d5-cf1a5f30ecc0",
            "last_updated": "2024-02-03T10:33:01.500257-05:00",
            "created_at": "2024-02-02T09:58:20.143077-05:00",
            "name": "Game Total Over 212",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "212.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7ac040f2-8c37-4b1f-8d82-5f8265ff5299/?format=api"
        }
    ]
}