GET /api/bet_types/38854602-230f-4764-8473-586e57352ab0/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "38854602-230f-4764-8473-586e57352ab0",
    "match": "https://api-prod.gambitprofit.com/api/matches/e51c8232-db37-4296-8fa4-100dd9fe9945/?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 45",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 45",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "ce534913-b6b8-455a-b392-7172cb929d84",
            "gambit_id": "ffb1d9af-306f-4083-8292-63067f1e684a",
            "last_updated": "2022-11-07T09:43:17.863946-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 45",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "45.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/38854602-230f-4764-8473-586e57352ab0/?format=api"
        },
        {
            "id": "a1f9043b-b469-456a-8a14-931a902ea1bd",
            "gambit_id": "39de100b-66c2-46e9-a768-5bd763b63173",
            "last_updated": "2022-11-07T09:43:17.865111-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 45",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "45.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/38854602-230f-4764-8473-586e57352ab0/?format=api"
        }
    ]
}