GET /api/bet_types/6ee424d6-13c9-449b-9b7b-23a14ea53be4/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6ee424d6-13c9-449b-9b7b-23a14ea53be4",
    "match": "https://api-prod.gambitprofit.com/api/matches/87e44076-d30a-4f7a-a045-cd7f5ba47c7c/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-12-27T09:43:12.056671-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": "Indianapolis Colts",
                "amount": 5000.0
            },
            {
                "team": "Las Vegas Raiders",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "2a641f5d-d63c-4ce3-95a6-49f9bfa31b9d",
            "gambit_id": "60545efa-da3b-440c-946f-28ae79347281",
            "last_updated": "2024-01-02T10:38:10.093207-05:00",
            "created_at": "2023-12-27T09:43:12.064361-05:00",
            "name": "Indianapolis Colts",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-3.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6ee424d6-13c9-449b-9b7b-23a14ea53be4/?format=api"
        },
        {
            "id": "0ee96196-8cd2-4375-9863-358d93fa90c9",
            "gambit_id": "4111b05c-8bb6-4b4c-b2ce-7055195c5b94",
            "last_updated": "2024-01-02T10:38:10.089583-05:00",
            "created_at": "2023-12-27T09:43:12.060451-05:00",
            "name": "Las Vegas Raiders",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "3.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6ee424d6-13c9-449b-9b7b-23a14ea53be4/?format=api"
        }
    ]
}