GET /api/bet_types/902afcba-3f98-4dca-a333-0ad855e4237f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "902afcba-3f98-4dca-a333-0ad855e4237f",
    "match": "https://api-prod.gambitprofit.com/api/matches/e9330e00-c683-4a6a-9c53-08def50cade1/?format=api",
    "name": "Over/Under",
    "created_at": "2023-09-01T22:58:16.424490-04: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 Over 2.5",
                "amount": 6602.0
            },
            {
                "team": "Total Rounds Under 2.5",
                "amount": 3398.0
            }
        ],
        "expected_reward_tokens": 9242.56,
        "profit_sb": -257.44,
        "profit_sb_percentage": -2.71,
        "recommended": false
    },
    "lines": [
        {
            "id": "b0f6cf81-69e9-4741-8327-d3915abacb3b",
            "gambit_id": "7e3d9fc0-149c-47d4-b870-4172f5a6f645",
            "last_updated": "2023-09-04T13:48:08.164742-04:00",
            "created_at": "2023-09-01T22:58:16.431631-04:00",
            "name": "Total Rounds Over 2.5",
            "reward": "1.40000",
            "odds": "1.41670",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/902afcba-3f98-4dca-a333-0ad855e4237f/?format=api"
        },
        {
            "id": "c768776c-a0b9-49bb-9a7c-675c72ae70a7",
            "gambit_id": "e55e0a53-5111-4e7d-bec5-42339cd5aa89",
            "last_updated": "2023-09-04T13:48:08.168272-04:00",
            "created_at": "2023-09-01T22:58:16.436329-04:00",
            "name": "Total Rounds Under 2.5",
            "reward": "2.72000",
            "odds": "2.80000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/902afcba-3f98-4dca-a333-0ad855e4237f/?format=api"
        }
    ]
}