GET /api/bet_types/508be1c2-19ad-4347-832b-f6677d791271/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "508be1c2-19ad-4347-832b-f6677d791271",
    "match": "https://api-prod.gambitprofit.com/api/matches/dc94cfb5-92e2-47eb-b1d5-4588cb5cd40b/?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 Over 2.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 2.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 8800.0,
        "profit_sb": -200.0,
        "profit_sb_percentage": -2.22,
        "recommended": false
    },
    "lines": [
        {
            "id": "01a3c3c9-0bf2-41dc-bda0-1c2170959fa0",
            "gambit_id": "3b6146d7-5c21-4f33-896b-7ce4c0999d33",
            "last_updated": "2022-12-24T17:12:14.699184-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 2.5",
            "reward": "1.76000",
            "odds": "1.85000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/508be1c2-19ad-4347-832b-f6677d791271/?format=api"
        },
        {
            "id": "a1faaef7-6f1d-438b-aa20-a21161c53e18",
            "gambit_id": "5b7bdeb4-5b3f-4841-96aa-a7b73dca4d1f",
            "last_updated": "2022-12-24T17:12:14.698034-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 2.5",
            "reward": "1.76000",
            "odds": "1.85000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/508be1c2-19ad-4347-832b-f6677d791271/?format=api"
        }
    ]
}