GET /api/bet_types/8ab046f3-7101-4086-a637-619c38daf42e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8ab046f3-7101-4086-a637-619c38daf42e",
    "match": "https://api-prod.gambitprofit.com/api/matches/2285a162-15a8-4829-8c74-e2c1e313cf83/?format=api",
    "name": "Over/Under",
    "created_at": "2023-03-07T09:41:56.925373-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": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "103a2595-41bf-4c9f-8ad7-314f79ca5354",
            "gambit_id": "c47a361b-1b3b-41ad-a632-5a2fe3964523",
            "last_updated": "2023-03-08T10:07:24.965954-05:00",
            "created_at": "2023-03-07T09:41:56.926754-05:00",
            "name": "Game Total Under 225",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "225.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8ab046f3-7101-4086-a637-619c38daf42e/?format=api"
        },
        {
            "id": "46e90b48-c028-4039-9638-716d6cad9e1b",
            "gambit_id": "972069bd-ceda-4fd4-b15c-73700e995a3d",
            "last_updated": "2023-03-08T10:07:24.967097-05:00",
            "created_at": "2023-03-07T09:41:56.928079-05:00",
            "name": "Game Total Over 225",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "225.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8ab046f3-7101-4086-a637-619c38daf42e/?format=api"
        }
    ]
}