GET /api/bet_types/b3d6375e-15c7-463c-a89c-292e5caf539a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b3d6375e-15c7-463c-a89c-292e5caf539a",
    "match": "https://api-prod.gambitprofit.com/api/matches/3de22f5a-4327-4433-bc21-f3cdaf40c94a/?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": "SFO",
                "amount": 5521.0
            },
            {
                "team": "SDG",
                "amount": 4479.0
            }
        ],
        "expected_reward_tokens": 9495.48,
        "profit_sb": -4.52,
        "profit_sb_percentage": -0.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "e7084946-4d04-4946-b129-effc607b7463",
            "gambit_id": "3559e834-23d0-4c96-95d3-33bf17460d7c",
            "last_updated": "2022-10-04T13:12:06.757683-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "SFO",
            "reward": "1.72000",
            "odds": "1.74070",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b3d6375e-15c7-463c-a89c-292e5caf539a/?format=api"
        },
        {
            "id": "e184421e-2050-47fa-8a05-676ff1fc8231",
            "gambit_id": "6bfa9c8f-4a34-41a2-a897-112d4e39f1b3",
            "last_updated": "2022-10-04T13:12:06.756557-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "SDG",
            "reward": "2.12000",
            "odds": "2.15000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b3d6375e-15c7-463c-a89c-292e5caf539a/?format=api"
        }
    ]
}