GET /api/bet_types/14b8558e-7caa-41c8-b3cc-7edc2e817a48/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "14b8558e-7caa-41c8-b3cc-7edc2e817a48",
    "match": "https://api-prod.gambitprofit.com/api/matches/766e82c6-9808-412c-a4e2-ccf99fade564/?format=api",
    "name": "Over/Under",
    "created_at": "2023-04-08T11:07:18.858569-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": "Total Rounds Over 2.5",
                "amount": 5190.0
            },
            {
                "team": "Total Rounds Under 2.5",
                "amount": 4810.0
            }
        ],
        "expected_reward_tokens": 9186.3,
        "profit_sb": -313.7,
        "profit_sb_percentage": -3.3,
        "recommended": false
    },
    "lines": [
        {
            "id": "84fb6893-b9ae-478c-950a-8a5e37c960cb",
            "gambit_id": "c51506fa-65de-4e91-9c4b-af7795991707",
            "last_updated": "2023-04-09T12:37:12.123128-04:00",
            "created_at": "2023-04-08T11:07:18.862518-04:00",
            "name": "Total Rounds Over 2.5",
            "reward": "1.77000",
            "odds": "1.80000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/14b8558e-7caa-41c8-b3cc-7edc2e817a48/?format=api"
        },
        {
            "id": "78c441d8-8659-4602-a115-ef4cd7ffa958",
            "gambit_id": "fe40618e-f71a-4974-87fa-5668c773901f",
            "last_updated": "2023-04-09T12:37:12.121067-04:00",
            "created_at": "2023-04-08T11:07:18.860390-04:00",
            "name": "Total Rounds Under 2.5",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/14b8558e-7caa-41c8-b3cc-7edc2e817a48/?format=api"
        }
    ]
}