GET /api/bet_types/ebfbf092-52fa-415c-9429-8a52a0085e3d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ebfbf092-52fa-415c-9429-8a52a0085e3d",
    "match": "https://api-prod.gambitprofit.com/api/matches/36f5af8d-a23c-4aee-93c3-67e571b8649a/?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": "Vancouver Canucks",
                "amount": 6389.0
            },
            {
                "team": "Vegas Golden Knights",
                "amount": 3611.0
            }
        ],
        "expected_reward_tokens": 9135.83,
        "profit_sb": 135.83,
        "profit_sb_percentage": 1.51,
        "recommended": true
    },
    "lines": [
        {
            "id": "d8ce8de8-957a-4de8-a88b-42123529b392",
            "gambit_id": "c6067c22-61f0-4579-80e1-b0ae50801dfc",
            "last_updated": "2022-11-22T10:02:05.187087-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Vancouver Canucks",
            "reward": "1.43000",
            "odds": "1.48780",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ebfbf092-52fa-415c-9429-8a52a0085e3d/?format=api"
        },
        {
            "id": "02c006ff-7838-42a0-89c9-5c16878d3d17",
            "gambit_id": "42563237-888d-4fbe-981f-39cec2349729",
            "last_updated": "2022-11-22T10:02:05.188188-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Vegas Golden Knights",
            "reward": "2.53000",
            "odds": "2.75000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ebfbf092-52fa-415c-9429-8a52a0085e3d/?format=api"
        }
    ]
}