GET /api/bet_types/ffbcfa12-8245-4709-9532-0a56aa0b852d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ffbcfa12-8245-4709-9532-0a56aa0b852d",
    "match": "https://api-prod.gambitprofit.com/api/matches/4cca27cb-e563-452d-a70e-74b8bda293be/?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 Over 6.5",
                "amount": 5607.0
            },
            {
                "team": "Game Total Under 6.5",
                "amount": 4393.0
            }
        ],
        "expected_reward_tokens": 9531.9,
        "profit_sb": 31.9,
        "profit_sb_percentage": 0.34,
        "recommended": true
    },
    "lines": [
        {
            "id": "08ada255-1e3a-43f4-8f74-f62d379a3828",
            "gambit_id": "4ed1513b-cfd6-445d-acc0-4a6ba4b75fbe",
            "last_updated": "2022-10-17T14:27:40.200534-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 6.5",
            "reward": "1.70000",
            "odds": "1.71430",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ffbcfa12-8245-4709-9532-0a56aa0b852d/?format=api"
        },
        {
            "id": "1795d504-1360-4c65-847e-35b973f77776",
            "gambit_id": "67786c40-cc17-4917-8481-883f33d29abf",
            "last_updated": "2022-10-17T14:27:40.199377-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 6.5",
            "reward": "2.17000",
            "odds": "2.20000",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ffbcfa12-8245-4709-9532-0a56aa0b852d/?format=api"
        }
    ]
}