GET /api/bet_types/b22bcbab-55d5-4925-b392-e29a6a1473aa/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b22bcbab-55d5-4925-b392-e29a6a1473aa",
    "match": "https://api-prod.gambitprofit.com/api/matches/3800dee8-eecb-4829-954a-59dded0e63f1/?format=api",
    "name": "Over/Under",
    "created_at": "2023-03-24T13:51:52.170641-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 Under 236.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 236.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "86b942b7-8b3c-4fde-8cec-df1e75caaaf9",
            "gambit_id": "15230646-7edb-4794-8678-729e6c08671b",
            "last_updated": "2023-03-26T13:37:09.690371-04:00",
            "created_at": "2023-03-24T13:51:52.172631-04:00",
            "name": "Game Total Under 236.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "236.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b22bcbab-55d5-4925-b392-e29a6a1473aa/?format=api"
        },
        {
            "id": "2c423fc9-f3ff-40e1-86a4-118c76267106",
            "gambit_id": "ce113499-2f60-4cb0-99ad-8cc77b423931",
            "last_updated": "2023-03-26T13:37:09.692192-04:00",
            "created_at": "2023-03-24T13:51:52.174367-04:00",
            "name": "Game Total Over 236.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "236.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b22bcbab-55d5-4925-b392-e29a6a1473aa/?format=api"
        }
    ]
}