GET /api/bet_types/a7e5e937-22dd-4bd9-8bee-2be0c838e511/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a7e5e937-22dd-4bd9-8bee-2be0c838e511",
    "match": "https://api-prod.gambitprofit.com/api/matches/e475da1d-8a6e-408b-8463-1f0c7f83f8c9/?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 47.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 47.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "bb4e788b-2577-4e6d-a432-31b6c4d5bd1f",
            "gambit_id": "d018cf0e-47c2-42a9-b6be-2e1ecc8dea86",
            "last_updated": "2022-11-14T09:54:05.786912-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 47.5",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "47.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a7e5e937-22dd-4bd9-8bee-2be0c838e511/?format=api"
        },
        {
            "id": "1df0e085-dd0b-4a23-9dd8-665a742d461b",
            "gambit_id": "31be0ad8-bbc0-4932-a8bc-29782afb3f67",
            "last_updated": "2022-11-14T09:54:05.788053-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 47.5",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "47.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a7e5e937-22dd-4bd9-8bee-2be0c838e511/?format=api"
        }
    ]
}