GET /api/bet_types/09ee0557-79dc-46f3-bf9a-03830ebb3d59/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "09ee0557-79dc-46f3-bf9a-03830ebb3d59",
    "match": "https://api-prod.gambitprofit.com/api/matches/c812eae7-c22a-478d-b67e-a00bcbbdf6f8/?format=api",
    "name": "Over/Under",
    "created_at": "2023-06-03T11:32:16.925284-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": "Total Rounds Under 2.5",
                "amount": 5000.0
            },
            {
                "team": "Total Rounds Over 2.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9150.0,
        "profit_sb": -350.0,
        "profit_sb_percentage": -3.68,
        "recommended": false
    },
    "lines": [
        {
            "id": "4edaee01-f0ba-4d6c-ba28-70d44bc69ec9",
            "gambit_id": "10e01c6f-7fd4-405b-a83d-de02a196e58d",
            "last_updated": "2023-06-05T10:57:23.199070-04:00",
            "created_at": "2023-06-03T11:32:16.930455-04:00",
            "name": "Total Rounds Under 2.5",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/09ee0557-79dc-46f3-bf9a-03830ebb3d59/?format=api"
        },
        {
            "id": "d87d5912-bd00-4cbd-935d-6446a3668452",
            "gambit_id": "b98f5412-4ab8-49d7-a883-7ec0b6fa88ad",
            "last_updated": "2023-06-05T10:57:23.196367-04:00",
            "created_at": "2023-06-03T11:32:16.927797-04:00",
            "name": "Total Rounds Over 2.5",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/09ee0557-79dc-46f3-bf9a-03830ebb3d59/?format=api"
        }
    ]
}