GET /api/bet_types/194e3f9a-d647-454d-b343-4f188f92c688/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "194e3f9a-d647-454d-b343-4f188f92c688",
    "match": "https://api-prod.gambitprofit.com/api/matches/6d220ee5-92b2-4b09-a0fa-37f00880a5b8/?format=api",
    "name": "Over/Under",
    "created_at": "2024-01-25T13:28:12.687532-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 6.5",
                "amount": 5107.0
            },
            {
                "team": "Game Total Over 6.5",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "50cad70a-93e5-4090-b08b-eedc7b8eacdd",
            "gambit_id": "f10f6182-4816-4e32-b3ad-b2bfd1fd43b7",
            "last_updated": "2024-01-26T20:53:22.477191-05:00",
            "created_at": "2024-01-25T13:28:12.695514-05:00",
            "name": "Game Total Under 6.5",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/194e3f9a-d647-454d-b343-4f188f92c688/?format=api"
        },
        {
            "id": "c0bc69a9-9fa7-470c-a8b9-7fe0307ae7bf",
            "gambit_id": "8de00e0a-2612-4610-acb7-b41c42b64214",
            "last_updated": "2024-01-26T20:53:22.473563-05:00",
            "created_at": "2024-01-25T13:28:12.690929-05:00",
            "name": "Game Total Over 6.5",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/194e3f9a-d647-454d-b343-4f188f92c688/?format=api"
        }
    ]
}