GET /api/bet_types/a6321f93-59ef-44f4-8b8a-e201176077c1/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a6321f93-59ef-44f4-8b8a-e201176077c1",
    "match": "https://api-prod.gambitprofit.com/api/matches/378d006e-f2ff-4187-8cb5-ef38fc34542e/?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 63",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 63",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9050.0,
        "profit_sb": 50.0,
        "profit_sb_percentage": 0.56,
        "recommended": true
    },
    "lines": [
        {
            "id": "a745d39d-7e09-4749-83e1-9415dc8ef123",
            "gambit_id": "0b0e0dbf-1c44-4625-bdef-edfcf832b3b8",
            "last_updated": "2022-09-11T10:57:04.484525-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 63",
            "reward": "1.81000",
            "odds": "1.90910",
            "spread": "63.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a6321f93-59ef-44f4-8b8a-e201176077c1/?format=api"
        },
        {
            "id": "8f82290a-fafe-4745-aa49-38c4934bd9b3",
            "gambit_id": "ddb9bf47-6025-4126-8d0b-7e3f28d1879e",
            "last_updated": "2022-09-11T10:57:04.485686-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 63",
            "reward": "1.81000",
            "odds": "1.90910",
            "spread": "63.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a6321f93-59ef-44f4-8b8a-e201176077c1/?format=api"
        }
    ]
}