GET /api/bet_types/01d3f7d2-5420-4837-b216-51fa266d5930/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "01d3f7d2-5420-4837-b216-51fa266d5930",
    "match": "https://api-prod.gambitprofit.com/api/matches/5f9826c6-d87c-4330-aae4-76f6caedabcf/?format=api",
    "name": "Play the Odds",
    "created_at": "2024-01-25T13:28:13.462882-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": "Nashville Predators",
                "amount": 6856.0
            },
            {
                "team": "Minnesota Wild",
                "amount": 3144.0
            }
        ],
        "expected_reward_tokens": 9461.28,
        "profit_sb": -38.72,
        "profit_sb_percentage": -0.41,
        "recommended": false
    },
    "lines": [
        {
            "id": "c2b20070-1b1b-4953-9786-a43baa206962",
            "gambit_id": "1d1f39af-457c-43f8-8e9f-56f875abe9fa",
            "last_updated": "2024-01-26T20:53:22.965115-05:00",
            "created_at": "2024-01-25T13:28:13.481771-05:00",
            "name": "Nashville Predators",
            "reward": "1.38000",
            "odds": "1.40000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/01d3f7d2-5420-4837-b216-51fa266d5930/?format=api"
        },
        {
            "id": "48763311-7825-4f07-94fa-27bdff258ac7",
            "gambit_id": "4f852632-2c45-45b3-81c7-bc024ae201d2",
            "last_updated": "2024-01-26T20:53:22.969809-05:00",
            "created_at": "2024-01-25T13:28:13.486003-05:00",
            "name": "Minnesota Wild",
            "reward": "3.01000",
            "odds": "3.10000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/01d3f7d2-5420-4837-b216-51fa266d5930/?format=api"
        }
    ]
}