GET /api/bet_types/12905638-6b00-42ad-8c35-4ab80e5f1edb/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "12905638-6b00-42ad-8c35-4ab80e5f1edb",
    "match": "https://api-prod.gambitprofit.com/api/matches/b0009cae-0557-44c7-b84e-37a0ad1ebc1d/?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 2.5",
                "amount": 5490.0
            },
            {
                "team": "Game Total Over 2.5",
                "amount": 4510.0
            }
        ],
        "expected_reward_tokens": 8838.9,
        "profit_sb": -161.1,
        "profit_sb_percentage": -1.79,
        "recommended": false
    },
    "lines": [
        {
            "id": "a88221e3-3a3e-451d-b789-32ace4dbfa40",
            "gambit_id": "f83949a5-870b-4d58-ba90-d0f32ffcd5e7",
            "last_updated": "2022-10-03T18:32:17.893321-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 2.5",
            "reward": "1.61000",
            "odds": "1.70000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/12905638-6b00-42ad-8c35-4ab80e5f1edb/?format=api"
        },
        {
            "id": "3971457e-d1b9-4999-9f93-2c2bcd2c602f",
            "gambit_id": "bf0cba86-2cd2-459d-ac9f-d1f37ffa14a2",
            "last_updated": "2022-10-03T18:32:17.894499-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 2.5",
            "reward": "1.96000",
            "odds": "2.10000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/12905638-6b00-42ad-8c35-4ab80e5f1edb/?format=api"
        }
    ]
}