GET /api/bet_types/54f1b9cc-1b8b-491f-9e09-1284b38319f9/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "54f1b9cc-1b8b-491f-9e09-1284b38319f9",
    "match": "https://api-prod.gambitprofit.com/api/matches/da6a8b59-8b68-49c5-8952-8c3c7a1f1242/?format=api",
    "name": "Over/Under",
    "created_at": "2023-09-19T09:13:25.733227-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 9",
                "amount": 5213.0
            },
            {
                "team": "Game Total Over 9",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "ca9a384d-7466-4da5-8eb8-9a91c9fd7f29",
            "gambit_id": "a8a44a9f-03e0-457b-ac8a-5e0353e2deb5",
            "last_updated": "2023-09-21T09:43:19.996145-04:00",
            "created_at": "2023-09-19T09:13:25.743968-04:00",
            "name": "Game Total Under 9",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/54f1b9cc-1b8b-491f-9e09-1284b38319f9/?format=api"
        },
        {
            "id": "c33a7e1a-64e5-4bef-862d-3e049a97f385",
            "gambit_id": "94a738ce-51db-492c-9ddf-127cfd4cc56c",
            "last_updated": "2023-09-21T09:43:19.992399-04:00",
            "created_at": "2023-09-19T09:13:25.737041-04:00",
            "name": "Game Total Over 9",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/54f1b9cc-1b8b-491f-9e09-1284b38319f9/?format=api"
        }
    ]
}