GET /api/bet_types/e7d523ee-5603-404b-9487-ca544b8cf09c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e7d523ee-5603-404b-9487-ca544b8cf09c",
    "match": "https://api-prod.gambitprofit.com/api/matches/f81adfe4-66a3-4cfb-b405-30573355bb4a/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-03-20T09:31:48.546791-04: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": "Detroit Red Wings",
                "amount": 5699.0
            },
            {
                "team": "Florida Panthers",
                "amount": 4301.0
            }
        ],
        "expected_reward_tokens": 9460.34,
        "profit_sb": -39.66,
        "profit_sb_percentage": -0.42,
        "recommended": false
    },
    "lines": [
        {
            "id": "beb98953-8615-47cf-a254-f9f9cb9f29d7",
            "gambit_id": "12e1808a-dfef-4884-95cb-3554d1697843",
            "last_updated": "2023-03-21T10:57:13.963767-04:00",
            "created_at": "2023-03-20T09:31:48.550163-04:00",
            "name": "Detroit Red Wings",
            "reward": "1.66000",
            "odds": "1.68970",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e7d523ee-5603-404b-9487-ca544b8cf09c/?format=api"
        },
        {
            "id": "90cec093-5029-4b6e-a09c-4511c0540955",
            "gambit_id": "9b1ee893-c2da-47ea-a60e-a9b9b0fe7c4b",
            "last_updated": "2023-03-21T10:57:13.965243-04:00",
            "created_at": "2023-03-20T09:31:48.553249-04:00",
            "name": "Florida Panthers",
            "reward": "2.20000",
            "odds": "2.25000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e7d523ee-5603-404b-9487-ca544b8cf09c/?format=api"
        }
    ]
}