GET /api/bet_types/044a18e4-e352-4d5b-90ae-8ff2becb7c79/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "044a18e4-e352-4d5b-90ae-8ff2becb7c79",
    "match": "https://api-prod.gambitprofit.com/api/matches/843bcf37-4dbe-4c1f-885f-47158b01391b/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-12-05T08:52:55.984478-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": "Buffalo Sabres",
                "amount": 6603.0
            },
            {
                "team": "Detroit Red Wings",
                "amount": 3397.0
            }
        ],
        "expected_reward_tokens": 9442.29,
        "profit_sb": -57.71,
        "profit_sb_percentage": -0.61,
        "recommended": false
    },
    "lines": [
        {
            "id": "c620330f-eaa1-4f01-8650-995aa9bb5cf1",
            "gambit_id": "c65d6614-9935-4547-9f7b-766bb58c16d6",
            "last_updated": "2023-12-06T22:08:04.172974-05:00",
            "created_at": "2023-12-05T08:52:55.994938-05:00",
            "name": "Buffalo Sabres",
            "reward": "1.43000",
            "odds": "1.44440",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/044a18e4-e352-4d5b-90ae-8ff2becb7c79/?format=api"
        },
        {
            "id": "fe447128-2a7e-4ea1-a87f-2c044e776b46",
            "gambit_id": "aaaec279-5778-4d3c-a51d-6cadca1da867",
            "last_updated": "2023-12-06T22:08:04.169389-05:00",
            "created_at": "2023-12-05T08:52:55.988628-05:00",
            "name": "Detroit Red Wings",
            "reward": "2.78000",
            "odds": "2.85000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/044a18e4-e352-4d5b-90ae-8ff2becb7c79/?format=api"
        }
    ]
}