GET /api/bet_types/818799b7-73c4-49aa-a3d0-9bd6f12e340d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "818799b7-73c4-49aa-a3d0-9bd6f12e340d",
    "match": "https://api-prod.gambitprofit.com/api/matches/e8254b49-8eaa-4eed-a7a3-4bb39e8367ce/?format=api",
    "name": "Over/Under",
    "created_at": "2023-04-13T09:32:17.079521-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 7",
                "amount": 5213.0
            },
            {
                "team": "Game Total Under 7",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "e06beb4b-77ab-4b2b-b152-9493fbe2124d",
            "gambit_id": "d98760f0-cb0e-4c88-a7a1-b0b81aa5eb9c",
            "last_updated": "2023-04-14T12:02:19.125901-04:00",
            "created_at": "2023-04-13T09:32:17.082262-04:00",
            "name": "Game Total Over 7",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "7.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/818799b7-73c4-49aa-a3d0-9bd6f12e340d/?format=api"
        },
        {
            "id": "6f2f2dbc-c764-4877-a0e1-1d7e3e26f908",
            "gambit_id": "7f6da715-232c-4395-8053-7a560d77b294",
            "last_updated": "2023-04-14T12:02:19.124479-04:00",
            "created_at": "2023-04-13T09:32:17.080882-04:00",
            "name": "Game Total Under 7",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "7.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/818799b7-73c4-49aa-a3d0-9bd6f12e340d/?format=api"
        }
    ]
}