GET /api/bet_types/c9253df1-20f4-48c6-bf10-67c478edfaf3/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c9253df1-20f4-48c6-bf10-67c478edfaf3",
    "match": "https://api-prod.gambitprofit.com/api/matches/043d0f67-e000-4b37-8999-d71e8e03be91/?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": "Los Angeles Lakers",
                "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": "7c64c7a7-a55b-49d3-ab55-45fdb699c7c2",
            "gambit_id": "cd842f89-16b8-4771-9e4c-7a145295db4f",
            "last_updated": "2022-12-19T13:21:55.250850-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Los Angeles Lakers",
            "reward": "1.79000",
            "odds": "1.90910",
            "spread": "-3.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c9253df1-20f4-48c6-bf10-67c478edfaf3/?format=api"
        },
        {
            "id": "8ace560d-5d47-4b6c-bc9d-88ad6eaafef5",
            "gambit_id": "41ed690e-8ddf-401a-8078-9cb1e0cd293e",
            "last_updated": "2022-12-19T13:21:55.251928-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Washington Wizards",
            "reward": "1.79000",
            "odds": "1.90910",
            "spread": "3.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c9253df1-20f4-48c6-bf10-67c478edfaf3/?format=api"
        }
    ]
}