GET /api/bet_types/cd690ed7-62c2-436c-8fb1-dc5c4f1d0eb2/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "cd690ed7-62c2-436c-8fb1-dc5c4f1d0eb2",
    "match": "https://api-prod.gambitprofit.com/api/matches/1eef06c3-3178-465d-8ad9-4c44a969bbd4/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-11-21T09:03:04.414964-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": "Indiana Pacers",
                "amount": 5000.0
            },
            {
                "team": "Atlanta Hawks",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "be9d4b77-be22-4565-959d-95199441dd43",
            "gambit_id": "fbbaaa09-eea8-4856-b156-ecaad5e9f440",
            "last_updated": "2023-11-22T09:48:26.624375-05:00",
            "created_at": "2023-11-21T09:03:04.419484-05:00",
            "name": "Indiana Pacers",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "3.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cd690ed7-62c2-436c-8fb1-dc5c4f1d0eb2/?format=api"
        },
        {
            "id": "9c3805b2-17f9-4797-8338-31169fd3ea4e",
            "gambit_id": "2671d59b-1dab-4a5a-9055-ab86ba77dd4e",
            "last_updated": "2023-11-22T09:48:26.627744-05:00",
            "created_at": "2023-11-21T09:03:04.423653-05:00",
            "name": "Atlanta Hawks",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-3.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cd690ed7-62c2-436c-8fb1-dc5c4f1d0eb2/?format=api"
        }
    ]
}