GET /api/bet_types/f45cc834-c100-46aa-a700-067872a1b12a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f45cc834-c100-46aa-a700-067872a1b12a",
    "match": "https://api-prod.gambitprofit.com/api/matches/1274fd67-db1d-4a53-9a22-4df18d89f489/?format=api",
    "name": "Over/Under",
    "created_at": "2023-12-18T09:53:17.677331-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",
                "amount": 5319.0
            },
            {
                "team": "Game Total Under 6",
                "amount": 4681.0
            }
        ],
        "expected_reward_tokens": 9361.44,
        "profit_sb": -138.56,
        "profit_sb_percentage": -1.46,
        "recommended": false
    },
    "lines": [
        {
            "id": "5898c078-03eb-41a2-9f03-e7896888fd9b",
            "gambit_id": "4bb62256-4edf-4fbd-a8a9-0bcec4661e82",
            "last_updated": "2023-12-19T21:03:16.762335-05:00",
            "created_at": "2023-12-18T09:53:17.680925-05:00",
            "name": "Game Total Over 6",
            "reward": "1.76000",
            "odds": "1.80000",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f45cc834-c100-46aa-a700-067872a1b12a/?format=api"
        },
        {
            "id": "f01d43dd-0383-4e52-8d7d-aa049218f9a0",
            "gambit_id": "3d5cdead-a90d-429d-bd4d-e6cfe39cb901",
            "last_updated": "2023-12-19T21:03:16.765904-05:00",
            "created_at": "2023-12-18T09:53:17.684474-05:00",
            "name": "Game Total Under 6",
            "reward": "2.00000",
            "odds": "2.05000",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f45cc834-c100-46aa-a700-067872a1b12a/?format=api"
        }
    ]
}