GET /api/bet_types/eee1e5e8-8402-4dfe-bcda-9b5fc8cd72ab/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "eee1e5e8-8402-4dfe-bcda-9b5fc8cd72ab",
    "match": "https://api-prod.gambitprofit.com/api/matches/5f338f06-b744-466a-856a-8734401ad4b8/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-01-26T10:56:57.408505-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": 6811.0
            },
            {
                "team": "New Jersey Devils",
                "amount": 3189.0
            }
        ],
        "expected_reward_tokens": 9535.11,
        "profit_sb": 35.11,
        "profit_sb_percentage": 0.37,
        "recommended": true
    },
    "lines": [
        {
            "id": "facb8fa5-f11c-42c2-8871-a945146216f0",
            "gambit_id": "510c9c18-d600-4563-b2d3-80ed6987364c",
            "last_updated": "2023-01-27T10:17:15.256974-05:00",
            "created_at": "2023-01-26T10:56:57.409857-05:00",
            "name": "Nashville Predators",
            "reward": "1.40000",
            "odds": "1.40820",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/eee1e5e8-8402-4dfe-bcda-9b5fc8cd72ab/?format=api"
        },
        {
            "id": "07b6ed74-d160-4c97-b211-0e2705abd0a0",
            "gambit_id": "caa69827-603e-4e0b-8f1d-974b62e7122d",
            "last_updated": "2023-01-27T10:17:15.258363-05:00",
            "created_at": "2023-01-26T10:56:57.411241-05:00",
            "name": "New Jersey Devils",
            "reward": "2.99000",
            "odds": "3.05000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/eee1e5e8-8402-4dfe-bcda-9b5fc8cd72ab/?format=api"
        }
    ]
}