GET /api/bet_types/bfffb07f-e708-41ca-ac74-25026e6786d4/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "bfffb07f-e708-41ca-ac74-25026e6786d4",
    "match": "https://api-prod.gambitprofit.com/api/matches/574a9aba-c90f-4547-8e27-37f9afd84333/?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 Over 6",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 6",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "a617ebd5-f074-4338-91ec-3ca861c33153",
            "gambit_id": "f3b2a888-5713-448c-a251-9bfc08556409",
            "last_updated": "2022-11-14T10:58:10.372002-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 6",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bfffb07f-e708-41ca-ac74-25026e6786d4/?format=api"
        },
        {
            "id": "4630f58a-4c8f-4199-85b2-c25668da9a9c",
            "gambit_id": "da0d46d5-7835-48bd-8f3a-9f09444cc484",
            "last_updated": "2022-11-14T10:58:10.370867-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 6",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bfffb07f-e708-41ca-ac74-25026e6786d4/?format=api"
        }
    ]
}