GET /api/bet_types/60652bfd-ee64-406c-b509-7ddc86a51f54/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "60652bfd-ee64-406c-b509-7ddc86a51f54",
    "match": "https://api-prod.gambitprofit.com/api/matches/b23f6b57-b611-423e-8954-4babdac5ce50/?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": "Dallas Mavericks",
                "amount": 5000.0
            },
            {
                "team": "Oklahoma City Thunder",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "17e56823-cc05-4940-8d4b-bd86b51c09df",
            "gambit_id": "9e0e4f14-8cfc-45cc-81c3-bd18115ad33f",
            "last_updated": "2022-12-13T09:57:31.477971-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Dallas Mavericks",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/60652bfd-ee64-406c-b509-7ddc86a51f54/?format=api"
        },
        {
            "id": "a29f83a6-d484-423f-b4d7-16fe64907f2c",
            "gambit_id": "29f1d2ee-36a5-4d97-bace-00857ec411d1",
            "last_updated": "2022-12-13T09:57:31.478998-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Oklahoma City Thunder",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/60652bfd-ee64-406c-b509-7ddc86a51f54/?format=api"
        }
    ]
}