GET /api/bet_types/b32a46b8-7a8e-4606-8ff4-54ffd21ff7ff/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b32a46b8-7a8e-4606-8ff4-54ffd21ff7ff",
    "match": "https://api-prod.gambitprofit.com/api/matches/d8838b27-5533-4a90-97c5-3507e49e204a/?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 225",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 225",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "9fe85a77-6a42-4d2e-b0fc-641fee8ee144",
            "gambit_id": "b487787c-2293-4881-aef9-7725ef728a37",
            "last_updated": "2022-12-17T10:07:07.008377-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 225",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "225.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b32a46b8-7a8e-4606-8ff4-54ffd21ff7ff/?format=api"
        },
        {
            "id": "b21d1f83-c799-4083-8a98-e22e15f6120c",
            "gambit_id": "7525fd65-d482-4371-9a56-1807e540e630",
            "last_updated": "2022-12-17T10:07:07.009774-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 225",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "225.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b32a46b8-7a8e-4606-8ff4-54ffd21ff7ff/?format=api"
        }
    ]
}