GET /api/bet_types/6ebff475-430e-4a7b-829b-3446d21ad0de/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6ebff475-430e-4a7b-829b-3446d21ad0de",
    "match": "https://api-prod.gambitprofit.com/api/matches/2fb6b74f-89bd-4122-9de9-c8037bdfb1c4/?format=api",
    "name": "Over/Under",
    "created_at": "2024-02-05T10:03:22.454638-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 245.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 245.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "5acf015a-7325-4890-91ab-9910d5f08236",
            "gambit_id": "9d725ecb-61ba-4653-955f-79332f3c5821",
            "last_updated": "2024-02-07T01:52:59.017872-05:00",
            "created_at": "2024-02-05T10:03:22.458323-05:00",
            "name": "Game Total Over 245.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "245.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6ebff475-430e-4a7b-829b-3446d21ad0de/?format=api"
        },
        {
            "id": "f776606f-76b6-42d3-85e4-1eb116ba8cd2",
            "gambit_id": "08b5dfd1-18b4-4abb-bb82-f6b336fbdc65",
            "last_updated": "2024-02-07T01:52:59.021457-05:00",
            "created_at": "2024-02-05T10:03:22.468365-05:00",
            "name": "Game Total Under 245.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "245.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6ebff475-430e-4a7b-829b-3446d21ad0de/?format=api"
        }
    ]
}