GET /api/bet_types/557c376f-f32d-4571-92a8-a0610b75c312/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "557c376f-f32d-4571-92a8-a0610b75c312",
    "match": "https://api-prod.gambitprofit.com/api/matches/7bea51f8-bf8d-4fa2-a460-db3593d472d0/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-02-23T09:07:01.893449-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": "Boston Celtics",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "67c52968-49ae-43d3-8a4b-3e05699d5832",
            "gambit_id": "078303b4-f8d8-4384-a601-3fc27bdc40cb",
            "last_updated": "2023-02-24T12:37:17.285820-05:00",
            "created_at": "2023-02-23T09:07:01.894667-05:00",
            "name": "Indiana Pacers",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/557c376f-f32d-4571-92a8-a0610b75c312/?format=api"
        },
        {
            "id": "bba11f46-cba7-4287-9176-a80e5751164b",
            "gambit_id": "867823e0-f1e4-4d4f-8bee-012fcd399c27",
            "last_updated": "2023-02-24T12:37:17.287017-05:00",
            "created_at": "2023-02-23T09:07:01.895940-05:00",
            "name": "Boston Celtics",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "-8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/557c376f-f32d-4571-92a8-a0610b75c312/?format=api"
        }
    ]
}