GET /api/bet_types/b1a0324c-78c8-4b61-807c-312babcabc4b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b1a0324c-78c8-4b61-807c-312babcabc4b",
    "match": "https://api-prod.gambitprofit.com/api/matches/979bfae0-8307-4bca-b2bc-b6e9fd089b31/?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 52",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 52",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "4c2073e6-2627-4f15-9cc7-e6188d824151",
            "gambit_id": "fb226082-9f29-4626-b7b7-3c47a2a8cc78",
            "last_updated": "2022-11-09T09:48:32.705059-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 52",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "52.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b1a0324c-78c8-4b61-807c-312babcabc4b/?format=api"
        },
        {
            "id": "7292756d-4df8-4b90-870a-cfa360f8674d",
            "gambit_id": "625e1b7e-450d-427c-8d61-c2341e12e884",
            "last_updated": "2022-11-09T09:48:32.703896-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 52",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "52.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b1a0324c-78c8-4b61-807c-312babcabc4b/?format=api"
        }
    ]
}