GET /api/bet_types/1c4bd875-7499-48e2-be3c-00a966f2e908/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1c4bd875-7499-48e2-be3c-00a966f2e908",
    "match": "https://api-prod.gambitprofit.com/api/matches/51951fc6-9aed-4f7c-a2e8-04b28a31a4ff/?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": "Brooklyn Nets",
                "amount": 5106.0
            },
            {
                "team": "New Orleans Pelicans",
                "amount": 4894.0
            }
        ],
        "expected_reward_tokens": 9395.04,
        "profit_sb": -104.96,
        "profit_sb_percentage": -1.1,
        "recommended": false
    },
    "lines": [
        {
            "id": "af9a4b5b-32e8-46f8-b9c7-1aba46d43278",
            "gambit_id": "76fa5674-a831-4e67-8092-50d16edd9bdc",
            "last_updated": "2022-10-20T09:42:00.372217-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Brooklyn Nets",
            "reward": "1.84000",
            "odds": "1.86960",
            "spread": "-3.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1c4bd875-7499-48e2-be3c-00a966f2e908/?format=api"
        },
        {
            "id": "9b5cf67c-cfa4-4d96-810b-ce9b4bedf7d4",
            "gambit_id": "87fd22a5-d6dc-4736-bd93-27956e82fd63",
            "last_updated": "2022-10-20T09:42:00.373195-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "New Orleans Pelicans",
            "reward": "1.92000",
            "odds": "1.95240",
            "spread": "3.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1c4bd875-7499-48e2-be3c-00a966f2e908/?format=api"
        }
    ]
}