GET /api/bet_types/7e7f5dc6-151a-4249-9d3f-6ddf0ba9cc27/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7e7f5dc6-151a-4249-9d3f-6ddf0ba9cc27",
    "match": "https://api-prod.gambitprofit.com/api/matches/310b2d32-f23c-4223-a2cd-40951b15e652/?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": "PIT",
                "amount": 5588.0
            },
            {
                "team": "BOS",
                "amount": 4412.0
            }
        ],
        "expected_reward_tokens": 9220.2,
        "profit_sb": 220.2,
        "profit_sb_percentage": 2.45,
        "recommended": true
    },
    "lines": [
        {
            "id": "ef48d905-8973-41d4-a9c7-437ac26b70e2",
            "gambit_id": "3b028e93-a3c8-40dd-96b3-3e93ff163a11",
            "last_updated": "2022-08-17T09:42:04.912941-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "PIT",
            "reward": "1.65000",
            "odds": "1.71430",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7e7f5dc6-151a-4249-9d3f-6ddf0ba9cc27/?format=api"
        },
        {
            "id": "3b2b029a-55bf-4995-b223-76e1aa6005e5",
            "gambit_id": "36d183ea-2ed1-4702-b612-a5019ce7cb47",
            "last_updated": "2022-08-17T09:42:04.913382-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "BOS",
            "reward": "2.09000",
            "odds": "2.20000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7e7f5dc6-151a-4249-9d3f-6ddf0ba9cc27/?format=api"
        }
    ]
}