GET /api/bet_types/a07f249e-4181-4a74-bc66-71d3e4509c58/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a07f249e-4181-4a74-bc66-71d3e4509c58",
    "match": "https://api-prod.gambitprofit.com/api/matches/bfbaa0f2-8b8b-4857-b64d-3dadf18c3104/?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 40.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 40.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "7e8fe9b4-a016-464e-88f8-30db55662320",
            "gambit_id": "583b5838-1d9b-4ee4-9f3e-917ab8a17869",
            "last_updated": "2022-11-06T08:33:41.766273-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 40.5",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "40.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a07f249e-4181-4a74-bc66-71d3e4509c58/?format=api"
        },
        {
            "id": "1acbd1e5-29e4-400c-b72e-4fae58d49a2a",
            "gambit_id": "6ed67c84-86b2-47b8-a70e-e6101970797a",
            "last_updated": "2022-11-06T08:33:41.767342-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 40.5",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "40.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a07f249e-4181-4a74-bc66-71d3e4509c58/?format=api"
        }
    ]
}