GET /api/bet_types/6fe79a6d-85ed-43a3-b291-62e0787b436e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6fe79a6d-85ed-43a3-b291-62e0787b436e",
    "match": "https://api-prod.gambitprofit.com/api/matches/ceaa9c4a-987f-4016-a027-db3adf00b65c/?format=api",
    "name": "Over/Under",
    "created_at": "2023-06-12T09:03:13.032899-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 10",
                "amount": 5213.0
            },
            {
                "team": "Game Total Under 10",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "f8d0c040-f3c5-4278-922d-529b69f76465",
            "gambit_id": "96ac2a46-8e1e-469d-aebd-a5a240302141",
            "last_updated": "2023-06-13T11:03:15.465814-04:00",
            "created_at": "2023-06-12T09:03:13.035524-04:00",
            "name": "Game Total Over 10",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "10.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6fe79a6d-85ed-43a3-b291-62e0787b436e/?format=api"
        },
        {
            "id": "1dabb892-48c7-456d-9926-8dbdf7e43db5",
            "gambit_id": "88fe539a-f8e7-48f1-ba4b-971c7164850b",
            "last_updated": "2023-06-13T11:03:15.467443-04:00",
            "created_at": "2023-06-12T09:03:13.038397-04:00",
            "name": "Game Total Under 10",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "10.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6fe79a6d-85ed-43a3-b291-62e0787b436e/?format=api"
        }
    ]
}