GET /api/bet_types/b30a8ec2-d495-408b-b769-8db18016eb32/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b30a8ec2-d495-408b-b769-8db18016eb32",
    "match": "https://api-prod.gambitprofit.com/api/matches/b3217398-961c-45c4-9686-5b882c4850ce/?format=api",
    "name": "Play the Odds",
    "created_at": "1969-12-31T19:00:00-05: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": "LOS",
                "amount": 5863.0
            },
            {
                "team": "COL",
                "amount": 4137.0
            }
        ],
        "expected_reward_tokens": 9556.47,
        "profit_sb": 56.47,
        "profit_sb_percentage": 0.59,
        "recommended": true
    },
    "lines": [
        {
            "id": "c72271eb-ea6f-4b0e-9e76-ce389cf67193",
            "gambit_id": "7ed5f86f-451b-44d0-a5b7-c10fe6b357d0",
            "last_updated": "2022-10-06T10:11:56.120432-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "LOS",
            "reward": "1.63000",
            "odds": "1.64520",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b30a8ec2-d495-408b-b769-8db18016eb32/?format=api"
        },
        {
            "id": "07ffb94b-3e90-480e-993e-edcb3d001310",
            "gambit_id": "ccd0de02-feaf-4503-9fe1-4d889f06ca16",
            "last_updated": "2022-10-06T10:11:56.121580-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "COL",
            "reward": "2.31000",
            "odds": "2.35000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b30a8ec2-d495-408b-b769-8db18016eb32/?format=api"
        }
    ]
}