GET /api/bet_types/987ad308-0fa3-432d-b556-d03ebb0c0285/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "987ad308-0fa3-432d-b556-d03ebb0c0285",
    "match": "https://api-prod.gambitprofit.com/api/matches/0e1a0daa-d245-412d-9eb1-8b3a5fcb5571/?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 8.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 8.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "6ca3faaa-966d-41da-9271-e32189cb5403",
            "gambit_id": "7d1e5ca7-54be-4bd1-97ee-e21fe278ee4d",
            "last_updated": "2022-09-17T17:07:23.861163-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 8.5",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/987ad308-0fa3-432d-b556-d03ebb0c0285/?format=api"
        },
        {
            "id": "1d20dbff-f466-447a-a588-31a10b0dec74",
            "gambit_id": "b4d7b32e-71b2-4264-8bb6-1a727cd395c7",
            "last_updated": "2022-09-17T17:07:23.862339-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 8.5",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/987ad308-0fa3-432d-b556-d03ebb0c0285/?format=api"
        }
    ]
}