GET /api/bet_types/a71aecf4-1e6c-431e-b7b5-02f133c131d1/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a71aecf4-1e6c-431e-b7b5-02f133c131d1",
    "match": "https://api-prod.gambitprofit.com/api/matches/953d8b22-1c4a-4d79-baa3-1a7a673ed656/?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 214.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 214.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "1c48225d-27ee-4720-a05e-d2435153b5cc",
            "gambit_id": "9f940c83-edd5-467e-a556-5ddfd52a2263",
            "last_updated": "2022-11-14T11:28:15.729319-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 214.5",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "214.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a71aecf4-1e6c-431e-b7b5-02f133c131d1/?format=api"
        },
        {
            "id": "bcc01fce-8be8-4730-a02e-73681134f5b2",
            "gambit_id": "c945b20b-739f-4a31-9b4e-c03605f94502",
            "last_updated": "2022-11-14T11:28:15.730454-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 214.5",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "214.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a71aecf4-1e6c-431e-b7b5-02f133c131d1/?format=api"
        }
    ]
}