GET /api/bet_types/73fad2b3-d620-4cb3-905e-203e4e400c4c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "73fad2b3-d620-4cb3-905e-203e4e400c4c",
    "match": "https://api-prod.gambitprofit.com/api/matches/98f1b44c-a988-4d9f-aca8-f947872c8169/?format=api",
    "name": "Over/Under",
    "created_at": "2023-03-15T11:06:58.937103-04: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 155",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 155",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "7ee7d525-913f-459c-ba4d-bdf47be5374f",
            "gambit_id": "43d2aedf-ca8d-4ca9-86e2-aa29af86259e",
            "last_updated": "2023-03-17T10:47:20.631273-04:00",
            "created_at": "2023-03-15T11:06:58.939727-04:00",
            "name": "Game Total Over 155",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "155.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/73fad2b3-d620-4cb3-905e-203e4e400c4c/?format=api"
        },
        {
            "id": "24bdf1ca-9e5c-40d4-ba1c-75f1573d1349",
            "gambit_id": "3655b011-0370-4f7b-968b-202812dc9177",
            "last_updated": "2023-03-17T10:47:20.630015-04:00",
            "created_at": "2023-03-15T11:06:58.938474-04:00",
            "name": "Game Total Under 155",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "155.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/73fad2b3-d620-4cb3-905e-203e4e400c4c/?format=api"
        }
    ]
}