GET /api/bet_types/49dbf66e-8bf8-4775-9116-3cdaf9a57c4d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "49dbf66e-8bf8-4775-9116-3cdaf9a57c4d",
    "match": "https://api-prod.gambitprofit.com/api/matches/cd28ce0f-ca45-4d2f-8828-5c6aaea14d99/?format=api",
    "name": "Over/Under",
    "created_at": "2022-12-23T12:47:10.846556-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": "Game Total Over 34",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 34",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 8950.0,
        "profit_sb": -50.0,
        "profit_sb_percentage": -0.56,
        "recommended": false
    },
    "lines": [
        {
            "id": "ccdbd617-2081-4e5a-86c5-884bc1f37743",
            "gambit_id": "809d4748-06b8-4957-9106-07fb56baaafb",
            "last_updated": "2022-12-25T18:17:06.983455-05:00",
            "created_at": "2022-12-23T12:47:10.849070-05:00",
            "name": "Game Total Over 34",
            "reward": "1.79000",
            "odds": "1.90910",
            "spread": "34.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/49dbf66e-8bf8-4775-9116-3cdaf9a57c4d/?format=api"
        },
        {
            "id": "d7171f6e-48b8-49e0-be2c-6cc64492a8e8",
            "gambit_id": "bd3b5a0e-7848-40f7-a7b6-917cd7942cf0",
            "last_updated": "2022-12-25T18:17:06.982265-05:00",
            "created_at": "2022-12-23T12:47:10.847795-05:00",
            "name": "Game Total Under 34",
            "reward": "1.79000",
            "odds": "1.90910",
            "spread": "34.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/49dbf66e-8bf8-4775-9116-3cdaf9a57c4d/?format=api"
        }
    ]
}