GET /api/bet_types/71c60157-12ee-41c4-83a2-89f7efd9ad54/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "71c60157-12ee-41c4-83a2-89f7efd9ad54",
    "match": "https://api-prod.gambitprofit.com/api/matches/14ac34ab-bdd5-452e-ba48-1304443bd18d/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-11-27T09:18:09.578333-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": "Boston Bruins",
                "amount": 5000.0
            },
            {
                "team": "Columbus Blue Jackets",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "a5f5745f-2785-4147-96dc-86cd0828b27d",
            "gambit_id": "11bb5c61-c3c6-43ff-b415-e4defc601799",
            "last_updated": "2023-11-28T21:43:02.184552-05:00",
            "created_at": "2023-11-27T09:18:09.582904-05:00",
            "name": "Boston Bruins",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/71c60157-12ee-41c4-83a2-89f7efd9ad54/?format=api"
        },
        {
            "id": "f575d896-921e-4930-885c-f5185a2991bc",
            "gambit_id": "73d2f9e2-5907-4d0e-90af-5d011d0daf1d",
            "last_updated": "2023-11-28T21:43:02.198095-05:00",
            "created_at": "2023-11-27T09:18:09.586646-05:00",
            "name": "Columbus Blue Jackets",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/71c60157-12ee-41c4-83a2-89f7efd9ad54/?format=api"
        }
    ]
}