GET /api/bet_types/07339788-477a-4057-b2b5-a99c69b0bc26/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "07339788-477a-4057-b2b5-a99c69b0bc26",
    "match": "https://api-prod.gambitprofit.com/api/matches/005e23d4-ff82-4c4f-b54b-de524b699766/?format=api",
    "name": "Over/Under",
    "created_at": "2024-01-30T11:23:09.968134-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 47.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 47.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "99aec15c-9f2f-4df0-8f5c-cd768b7031dc",
            "gambit_id": "81a281f2-b98a-4db2-a5f0-b906522b34a0",
            "last_updated": "2024-02-07T01:52:57.523911-05:00",
            "created_at": "2024-01-30T11:23:09.972262-05:00",
            "name": "Game Total Over 47.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "47.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/07339788-477a-4057-b2b5-a99c69b0bc26/?format=api"
        },
        {
            "id": "e78abee7-02f6-4862-a561-96466a968f23",
            "gambit_id": "242720ed-0f3a-4a3e-b37a-a025e840a4e7",
            "last_updated": "2024-02-07T01:52:57.527216-05:00",
            "created_at": "2024-01-30T11:23:09.977543-05:00",
            "name": "Game Total Under 47.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "47.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/07339788-477a-4057-b2b5-a99c69b0bc26/?format=api"
        }
    ]
}