GET /api/bet_types/698151a8-2ea8-491a-96c6-6edd15d0fd19/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "698151a8-2ea8-491a-96c6-6edd15d0fd19",
    "match": "https://api-prod.gambitprofit.com/api/matches/172e585e-51dc-4683-8d88-90eb6ca76dba/?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": 5753.0
            },
            {
                "team": "Total Rounds Over 2.5",
                "amount": 4247.0
            }
        ],
        "expected_reward_tokens": 8917.15,
        "profit_sb": -82.85,
        "profit_sb_percentage": -0.92,
        "recommended": false
    },
    "lines": [
        {
            "id": "9a06a68b-c98d-48c7-8c16-36852223a008",
            "gambit_id": "47e6b2ec-786f-4533-82ca-6abdc016a56a",
            "last_updated": "2022-11-14T10:47:57.852942-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/698151a8-2ea8-491a-96c6-6edd15d0fd19/?format=api"
        },
        {
            "id": "a2daeddf-ed74-488f-9272-2c5be18d579b",
            "gambit_id": "2478e89f-4629-4aec-bdca-440cec1a05de",
            "last_updated": "2022-11-14T10:47:57.854087-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Total Rounds Over 2.5",
            "reward": "2.10000",
            "odds": "2.25000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/698151a8-2ea8-491a-96c6-6edd15d0fd19/?format=api"
        }
    ]
}