GET /api/bet_types/7b9519d6-9680-4f95-ac4e-8b2c266f3cf2/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7b9519d6-9680-4f95-ac4e-8b2c266f3cf2",
    "match": "https://api-prod.gambitprofit.com/api/matches/2a629d89-b742-4c57-b375-87ba2d3435e1/?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": "NYM",
                "amount": 5419.0
            },
            {
                "team": "WAS",
                "amount": 4581.0
            }
        ],
        "expected_reward_tokens": 9482.67,
        "profit_sb": -17.33,
        "profit_sb_percentage": -0.18,
        "recommended": false
    },
    "lines": [
        {
            "id": "735c81c9-8fa8-47f5-bbea-c79d55c56528",
            "gambit_id": "61898024-2968-408d-b5a2-f89408e6f20a",
            "last_updated": "2022-10-05T07:21:53.031758-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "NYM",
            "reward": "1.75000",
            "odds": "1.76920",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7b9519d6-9680-4f95-ac4e-8b2c266f3cf2/?format=api"
        },
        {
            "id": "528adc44-a841-41fc-8df6-c15a39830bf4",
            "gambit_id": "2d940dda-fd4d-488e-a1b6-2580ca4b5d1c",
            "last_updated": "2022-10-05T07:21:53.032916-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "WAS",
            "reward": "2.07000",
            "odds": "2.10000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7b9519d6-9680-4f95-ac4e-8b2c266f3cf2/?format=api"
        }
    ]
}