GET /api/bet_types/4e73d340-60f4-49fb-8ef7-47d6c9e283cb/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4e73d340-60f4-49fb-8ef7-47d6c9e283cb",
    "match": "https://api-prod.gambitprofit.com/api/matches/1074f751-7448-427b-8633-92b9e80b3e46/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-09-10T10:03:08.741758-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": "STL",
                "amount": 5857.0
            },
            {
                "team": "CIN",
                "amount": 4143.0
            }
        ],
        "expected_reward_tokens": 9487.47,
        "profit_sb": -12.53,
        "profit_sb_percentage": -0.13,
        "recommended": false
    },
    "lines": [
        {
            "id": "67be86ca-5a87-42b6-b853-1926e02e4981",
            "gambit_id": "54d8522e-7cfd-4cd0-a55e-49cd406ea4a3",
            "last_updated": "2023-09-12T11:28:10.376499-04:00",
            "created_at": "2023-09-10T10:03:08.746773-04:00",
            "name": "STL",
            "reward": "1.62000",
            "odds": "1.64520",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4e73d340-60f4-49fb-8ef7-47d6c9e283cb/?format=api"
        },
        {
            "id": "2382854d-8b31-46a7-8834-ea43405cb7ae",
            "gambit_id": "516f248f-ec2b-4804-a6f1-d4c46c3da1af",
            "last_updated": "2023-09-12T11:28:10.379907-04:00",
            "created_at": "2023-09-10T10:03:08.751035-04:00",
            "name": "CIN",
            "reward": "2.29000",
            "odds": "2.35000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4e73d340-60f4-49fb-8ef7-47d6c9e283cb/?format=api"
        }
    ]
}