GET /api/bet_types/496d3a5d-710f-4fb5-b6ba-ed21111dd57b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "496d3a5d-710f-4fb5-b6ba-ed21111dd57b",
    "match": "https://api-prod.gambitprofit.com/api/matches/50a67079-2435-4f74-80ce-cfd8d8c612c7/?format=api",
    "name": "Over/Under",
    "created_at": "2023-07-26T10:38:05.061418-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": 5864.0
            },
            {
                "team": "Total Rounds Under 2.5",
                "amount": 4136.0
            }
        ],
        "expected_reward_tokens": 9264.64,
        "profit_sb": -235.36,
        "profit_sb_percentage": -2.48,
        "recommended": false
    },
    "lines": [
        {
            "id": "da06daa2-1c14-4d72-8e65-466fcce49957",
            "gambit_id": "33f1f321-0713-4624-b9fb-e7f1debe6560",
            "last_updated": "2023-07-31T18:23:09.158259-04:00",
            "created_at": "2023-07-26T10:38:05.065386-04:00",
            "name": "Total Rounds Over 2.5",
            "reward": "1.58000",
            "odds": "1.60610",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/496d3a5d-710f-4fb5-b6ba-ed21111dd57b/?format=api"
        },
        {
            "id": "88ae8bac-1bb5-4862-a715-4f0532d55e31",
            "gambit_id": "8bc9b53f-23cf-4d14-8994-b215dcbe0223",
            "last_updated": "2023-07-31T18:23:09.161988-04:00",
            "created_at": "2023-07-26T10:38:05.075385-04:00",
            "name": "Total Rounds Under 2.5",
            "reward": "2.24000",
            "odds": "2.30000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/496d3a5d-710f-4fb5-b6ba-ed21111dd57b/?format=api"
        }
    ]
}