GET /api/bet_types/a91a1300-271b-4c1b-9bce-8d43cff2a821/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a91a1300-271b-4c1b-9bce-8d43cff2a821",
    "match": "https://api-prod.gambitprofit.com/api/matches/468b9588-7d0b-438b-8e7e-7e64f49976c2/?format=api",
    "name": "Over/Under",
    "created_at": "2023-11-11T09:03:07.744966-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": 5299.0
            },
            {
                "team": "Total Rounds Over 2.5",
                "amount": 4701.0
            }
        ],
        "expected_reward_tokens": 9166.95,
        "profit_sb": -333.05,
        "profit_sb_percentage": -3.51,
        "recommended": false
    },
    "lines": [
        {
            "id": "26fe8da7-718d-4243-8418-865291d3071a",
            "gambit_id": "3708696b-b308-4f12-bbbf-8d3c4fdba8c1",
            "last_updated": "2023-11-13T15:28:04.782171-05:00",
            "created_at": "2023-11-11T09:03:07.755189-05:00",
            "name": "Total Rounds Under 2.5",
            "reward": "1.73000",
            "odds": "1.76920",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a91a1300-271b-4c1b-9bce-8d43cff2a821/?format=api"
        },
        {
            "id": "4dd5cfcc-258d-4090-853f-efaa4df75a96",
            "gambit_id": "eb924d9f-4529-49b2-8028-6811278fbadc",
            "last_updated": "2023-11-13T15:28:04.778663-05:00",
            "created_at": "2023-11-11T09:03:07.749346-05:00",
            "name": "Total Rounds Over 2.5",
            "reward": "1.95000",
            "odds": "2.00000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a91a1300-271b-4c1b-9bce-8d43cff2a821/?format=api"
        }
    ]
}