GET /api/bet_types/32df2376-4f9e-4b3a-920c-936249dbbccc/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "32df2376-4f9e-4b3a-920c-936249dbbccc",
    "match": "https://api-prod.gambitprofit.com/api/matches/2738fa80-b490-49a9-9ac8-9dc8a7b51c97/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-04-13T09:32:17.671973-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": "Columbus Blue Jackets",
                "amount": 5423.0
            },
            {
                "team": "Pittsburgh Penguins",
                "amount": 4577.0
            }
        ],
        "expected_reward_tokens": 9381.79,
        "profit_sb": -118.21,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "19a24b99-9a64-4709-8c83-b655d86139e3",
            "gambit_id": "002fd87a-2d10-431e-8db2-48c6ce99cfaa",
            "last_updated": "2023-04-14T12:02:21.447064-04:00",
            "created_at": "2023-04-13T09:32:17.673240-04:00",
            "name": "Columbus Blue Jackets",
            "reward": "1.73000",
            "odds": "1.76920",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/32df2376-4f9e-4b3a-920c-936249dbbccc/?format=api"
        },
        {
            "id": "a5812fd3-3002-4cce-9e7e-9f26c69c8042",
            "gambit_id": "1f9568b1-913c-41b5-992d-357a860bc56c",
            "last_updated": "2023-04-14T12:02:21.448300-04:00",
            "created_at": "2023-04-13T09:32:17.674659-04:00",
            "name": "Pittsburgh Penguins",
            "reward": "2.05000",
            "odds": "2.10000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/32df2376-4f9e-4b3a-920c-936249dbbccc/?format=api"
        }
    ]
}