GET /api/bet_types/b435dccc-3a0c-4d81-abae-678240841ab8/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b435dccc-3a0c-4d81-abae-678240841ab8",
    "match": "https://api-prod.gambitprofit.com/api/matches/741b794f-7506-4aec-a28c-de0fdd485367/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-02-28T12:36:59.384324-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": "Chicago Bulls",
                "amount": 5000.0
            },
            {
                "team": "Toronto Raptors",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "4d1bd8dc-0a80-45b7-830d-d2d9dfbe7cf2",
            "gambit_id": "505b0af3-beb7-411d-b2e6-2f6a90535df0",
            "last_updated": "2023-03-01T09:42:11.253924-05:00",
            "created_at": "2023-02-28T12:36:59.386849-05:00",
            "name": "Chicago Bulls",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "3.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b435dccc-3a0c-4d81-abae-678240841ab8/?format=api"
        },
        {
            "id": "5832e8a5-b706-445d-bde5-fcce4e6ab446",
            "gambit_id": "21066439-69e0-4203-bcf4-bd78045e31bb",
            "last_updated": "2023-03-01T09:42:11.252789-05:00",
            "created_at": "2023-02-28T12:36:59.385556-05:00",
            "name": "Toronto Raptors",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "-3.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b435dccc-3a0c-4d81-abae-678240841ab8/?format=api"
        }
    ]
}