GET /api/bet_types/4e2856c8-ae24-4827-a308-1acf3e0a0e5c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4e2856c8-ae24-4827-a308-1acf3e0a0e5c",
    "match": "https://api-prod.gambitprofit.com/api/matches/d9c09107-40bd-4f9d-bc96-6616f4fde72d/?format=api",
    "name": "Over/Under",
    "created_at": "2023-05-11T11:17:07.185740-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",
                "amount": 5213.0
            },
            {
                "team": "Game Total Under 9",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "311111dc-aa1d-4d4e-b13d-efee0dd30838",
            "gambit_id": "1cf1f128-7a71-4b96-80a1-7a6c738d8f7e",
            "last_updated": "2023-05-14T10:57:13.299145-04:00",
            "created_at": "2023-05-11T11:17:07.188827-04:00",
            "name": "Game Total Over 9",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4e2856c8-ae24-4827-a308-1acf3e0a0e5c/?format=api"
        },
        {
            "id": "7e8910cd-efd1-4c4c-8662-f1d2dab99de5",
            "gambit_id": "4fb92aae-3cb8-4d6a-aa2e-664eec5c7523",
            "last_updated": "2023-05-14T10:57:13.297746-04:00",
            "created_at": "2023-05-11T11:17:07.187329-04:00",
            "name": "Game Total Under 9",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4e2856c8-ae24-4827-a308-1acf3e0a0e5c/?format=api"
        }
    ]
}