GET /api/bet_types/3c1dab06-ab0f-42a1-b16e-09bf084947a3/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3c1dab06-ab0f-42a1-b16e-09bf084947a3",
    "match": "https://api-prod.gambitprofit.com/api/matches/b280a0d7-149e-4ae0-8db5-9b409c735d30/?format=api",
    "name": "Over/Under",
    "created_at": "2023-05-03T12:12:08.215246-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 7.5",
                "amount": 5213.0
            },
            {
                "team": "Game Total Over 7.5",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "c893a716-5890-477d-bb22-565784d5055a",
            "gambit_id": "202bdb0d-5f58-43a5-9699-4647da242dbf",
            "last_updated": "2023-05-04T11:01:55.282102-04:00",
            "created_at": "2023-05-03T12:12:08.216667-04:00",
            "name": "Game Total Under 7.5",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3c1dab06-ab0f-42a1-b16e-09bf084947a3/?format=api"
        },
        {
            "id": "863f3a00-2f5b-42a5-aea0-53f96d0f842b",
            "gambit_id": "6175fb73-2994-4f1f-8918-10986c6cbed0",
            "last_updated": "2023-05-04T11:01:55.283570-04:00",
            "created_at": "2023-05-03T12:12:08.218023-04:00",
            "name": "Game Total Over 7.5",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3c1dab06-ab0f-42a1-b16e-09bf084947a3/?format=api"
        }
    ]
}