GET /api/bet_types/c3b54123-4085-41d1-8506-9952f21bd0cc/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c3b54123-4085-41d1-8506-9952f21bd0cc",
    "match": "https://api-prod.gambitprofit.com/api/matches/15c7fb14-1c44-4e7a-b6fe-07f57e5daf1d/?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": "Ottawa Senators",
                "amount": 6575.0
            },
            {
                "team": "Washington Capitals",
                "amount": 3425.0
            }
        ],
        "expected_reward_tokens": 9007.75,
        "profit_sb": 7.75,
        "profit_sb_percentage": 0.09,
        "recommended": true
    },
    "lines": [
        {
            "id": "7d31280f-d032-441a-aee6-020667f37f8c",
            "gambit_id": "16617005-0daf-4022-9728-969bcd1bedc2",
            "last_updated": "2022-12-23T12:17:24.059464-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Ottawa Senators",
            "reward": "1.37000",
            "odds": "1.43480",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c3b54123-4085-41d1-8506-9952f21bd0cc/?format=api"
        },
        {
            "id": "70a80367-209f-49ef-8858-32a864b835a6",
            "gambit_id": "cd741d7f-d5c4-4f4e-85c4-254f4e9e8513",
            "last_updated": "2022-12-23T12:17:24.060573-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Washington Capitals",
            "reward": "2.63000",
            "odds": "2.90000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c3b54123-4085-41d1-8506-9952f21bd0cc/?format=api"
        }
    ]
}