GET /api/bet_types/7cf108e6-bd6c-4d5e-a707-912785bae51a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7cf108e6-bd6c-4d5e-a707-912785bae51a",
    "match": "https://api-prod.gambitprofit.com/api/matches/17055560-759d-4139-b819-1adb4da5818d/?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": "Total Rounds Under 2.5",
                "amount": 5742.0
            },
            {
                "team": "Total Rounds Over 2.5",
                "amount": 4258.0
            }
        ],
        "expected_reward_tokens": 8899.22,
        "profit_sb": -100.78,
        "profit_sb_percentage": -1.12,
        "recommended": false
    },
    "lines": [
        {
            "id": "21894ddc-5bba-4f2c-b972-77b398bb88ed",
            "gambit_id": "b34c9545-631e-424a-8307-33832803f7d6",
            "last_updated": "2022-12-19T10:52:34.960645-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Total Rounds Under 2.5",
            "reward": "1.55000",
            "odds": "1.62500",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7cf108e6-bd6c-4d5e-a707-912785bae51a/?format=api"
        },
        {
            "id": "c8f1d158-5f1f-481c-bad1-a3280a1dc798",
            "gambit_id": "91c90cb7-3b8d-4b2d-b972-b747edfef93a",
            "last_updated": "2022-12-19T10:52:34.961728-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Total Rounds Over 2.5",
            "reward": "2.09000",
            "odds": "2.25000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7cf108e6-bd6c-4d5e-a707-912785bae51a/?format=api"
        }
    ]
}