GET /api/bet_types/67351951-c3e4-41f5-a8b3-d17b8045dd6d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "67351951-c3e4-41f5-a8b3-d17b8045dd6d",
    "match": "https://api-prod.gambitprofit.com/api/matches/6a798121-7c00-4a60-86e6-af863c5b61e2/?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 240.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 240.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "ccac688c-1c12-4f59-89a6-34f73d9315e6",
            "gambit_id": "73409904-227e-4d14-856b-e4fd5510b150",
            "last_updated": "2022-12-06T09:41:59.524244-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 240.5",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "240.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/67351951-c3e4-41f5-a8b3-d17b8045dd6d/?format=api"
        },
        {
            "id": "9a4a76f0-d517-4d6b-af72-e1c57b14ca7e",
            "gambit_id": "73d6c660-bf66-4664-91ea-3a49bfd0e7ba",
            "last_updated": "2022-12-06T09:41:59.525368-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 240.5",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "240.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/67351951-c3e4-41f5-a8b3-d17b8045dd6d/?format=api"
        }
    ]
}