GET /api/bet_types/336db767-8629-4e77-b5e7-89fdb0ea1f04/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "336db767-8629-4e77-b5e7-89fdb0ea1f04",
    "match": "https://api-prod.gambitprofit.com/api/matches/0258d116-a38d-4f32-b9e4-23884235d09c/?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": "Phoenix Suns",
                "amount": 5000.0
            },
            {
                "team": "Washington Wizards",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 8950.0,
        "profit_sb": -50.0,
        "profit_sb_percentage": -0.56,
        "recommended": false
    },
    "lines": [
        {
            "id": "6cbd2335-0df5-4879-81ef-aa786bf3583a",
            "gambit_id": "256d17e1-39ba-4cd1-93e8-7d653a0dfd78",
            "last_updated": "2022-12-21T10:36:58.504031-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Phoenix Suns",
            "reward": "1.79000",
            "odds": "1.90910",
            "spread": "-7.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/336db767-8629-4e77-b5e7-89fdb0ea1f04/?format=api"
        },
        {
            "id": "acd84428-8ea6-4a39-975d-f3309a65ea3b",
            "gambit_id": "293214c4-d470-404f-96f3-556ca96d4a6e",
            "last_updated": "2022-12-21T10:36:58.502376-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Washington Wizards",
            "reward": "1.79000",
            "odds": "1.90910",
            "spread": "7.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/336db767-8629-4e77-b5e7-89fdb0ea1f04/?format=api"
        }
    ]
}