GET /api/bet_types/8636e004-44a9-4e88-863f-dab51e7182c0/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8636e004-44a9-4e88-863f-dab51e7182c0",
    "match": "https://api-prod.gambitprofit.com/api/matches/d7b7252b-1c14-4bc7-a327-f116493486ee/?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": "Toronto Maple Leafs",
                "amount": 6047.0
            },
            {
                "team": "Anaheim Ducks",
                "amount": 3953.0
            }
        ],
        "expected_reward_tokens": 9130.97,
        "profit_sb": 130.97,
        "profit_sb_percentage": 1.46,
        "recommended": true
    },
    "lines": [
        {
            "id": "eb789600-a8eb-4edc-a935-e1aac2eb6ec1",
            "gambit_id": "5e9e8038-385d-43f8-87f4-b4575b5b0407",
            "last_updated": "2022-12-14T10:07:15.047297-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Toronto Maple Leafs",
            "reward": "1.51000",
            "odds": "1.58820",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8636e004-44a9-4e88-863f-dab51e7182c0/?format=api"
        },
        {
            "id": "7a29200d-5029-4d4c-9afb-e280b9bdd3aa",
            "gambit_id": "76f4c33a-88e5-4e0e-be8d-ba81ee40646a",
            "last_updated": "2022-12-14T10:07:15.048408-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Anaheim Ducks",
            "reward": "2.31000",
            "odds": "2.50000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8636e004-44a9-4e88-863f-dab51e7182c0/?format=api"
        }
    ]
}