GET /api/bet_types/805a20ed-2a66-4c9d-8da2-51f6b1a119f4/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "805a20ed-2a66-4c9d-8da2-51f6b1a119f4",
    "match": "https://api-prod.gambitprofit.com/api/matches/9a5fb337-1b1a-45a0-9098-a3a736b25dc1/?format=api",
    "name": "Over/Under",
    "created_at": "2023-09-18T09:08:18.983550-04: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 9.5",
                "amount": 5107.0
            },
            {
                "team": "Game Total Under 9.5",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "0eeaffab-8752-4b09-95b1-d6c8a8791c12",
            "gambit_id": "fa47eb6f-e4a7-4955-8f7f-d65c1dcef3d0",
            "last_updated": "2023-09-20T09:23:07.267547-04:00",
            "created_at": "2023-09-18T09:08:18.990134-04:00",
            "name": "Game Total Over 9.5",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "9.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/805a20ed-2a66-4c9d-8da2-51f6b1a119f4/?format=api"
        },
        {
            "id": "f9ca9b56-53a8-4572-9423-db00e1aa5ed0",
            "gambit_id": "555a65dc-1b00-43c0-ac59-41dd9e9f5b66",
            "last_updated": "2023-09-20T09:23:07.272056-04:00",
            "created_at": "2023-09-18T09:08:18.997908-04:00",
            "name": "Game Total Under 9.5",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "9.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/805a20ed-2a66-4c9d-8da2-51f6b1a119f4/?format=api"
        }
    ]
}