GET /api/bet_types/f7fd3dc9-4c6d-4be0-a64b-a47d8aaf38fb/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f7fd3dc9-4c6d-4be0-a64b-a47d8aaf38fb",
    "match": "https://api-prod.gambitprofit.com/api/matches/cc8cf12b-b023-4839-9d16-e69166b9be00/?format=api",
    "name": "Over/Under",
    "created_at": "2023-08-18T17:53:23.142602-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 2.5",
                "amount": 5511.0
            },
            {
                "team": "Game Total Under 2.5",
                "amount": 4489.0
            }
        ],
        "expected_reward_tokens": 9202.45,
        "profit_sb": -297.55,
        "profit_sb_percentage": -3.13,
        "recommended": false
    },
    "lines": [
        {
            "id": "a97f7513-d5ba-4af8-b020-cff840aabafd",
            "gambit_id": "34d47d97-9994-4fa9-9a78-260daa0d8a30",
            "last_updated": "2023-08-22T09:42:58.564790-04:00",
            "created_at": "2023-08-18T17:53:23.146462-04:00",
            "name": "Game Total Over 2.5",
            "reward": "1.67000",
            "odds": "1.70000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f7fd3dc9-4c6d-4be0-a64b-a47d8aaf38fb/?format=api"
        },
        {
            "id": "60119208-1a30-43af-b3c4-62c68aaf9485",
            "gambit_id": "0efa70d9-3380-4f27-81a1-f21a0cb2582e",
            "last_updated": "2023-08-22T09:42:58.569782-04:00",
            "created_at": "2023-08-18T17:53:23.150916-04:00",
            "name": "Game Total Under 2.5",
            "reward": "2.05000",
            "odds": "2.10000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f7fd3dc9-4c6d-4be0-a64b-a47d8aaf38fb/?format=api"
        }
    ]
}