GET /api/bet_types/778e922b-3dcb-4355-ac3b-2ffe9e049c03/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "778e922b-3dcb-4355-ac3b-2ffe9e049c03",
    "match": "https://api-prod.gambitprofit.com/api/matches/61fe5bc0-6762-4ab0-86ca-f6b7975250cb/?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": "Game Total Under 54.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 54.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "75a240be-d5a8-4ce7-9092-32aa87964fc7",
            "gambit_id": "afc3561c-2241-4ecd-a9ee-e1af5345c4c1",
            "last_updated": "2022-12-21T22:42:05.062964-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 54.5",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "54.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/778e922b-3dcb-4355-ac3b-2ffe9e049c03/?format=api"
        },
        {
            "id": "80ec0772-6ec8-4f2e-aac7-4463f98f32a9",
            "gambit_id": "60bd4628-a778-4f2f-a879-a3572118bd9b",
            "last_updated": "2022-12-21T22:42:05.064142-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 54.5",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "54.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/778e922b-3dcb-4355-ac3b-2ffe9e049c03/?format=api"
        }
    ]
}