GET /api/bet_types/022d7754-d074-4f2c-a3c8-ca29a55880dd/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "022d7754-d074-4f2c-a3c8-ca29a55880dd",
    "match": "https://api-prod.gambitprofit.com/api/matches/6cf24d4c-bede-4167-afe2-3a5be8d6a2ca/?format=api",
    "name": "Play the Odds",
    "created_at": "2024-01-26T09:33:18.010531-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": "Los Angeles Kings",
                "amount": 6390.0
            },
            {
                "team": "Colorado Avalanche",
                "amount": 3610.0
            }
        ],
        "expected_reward_tokens": 9457.2,
        "profit_sb": -42.8,
        "profit_sb_percentage": -0.45,
        "recommended": false
    },
    "lines": [
        {
            "id": "3ec3c3a4-aa53-4be5-8790-e7ed40f1dd99",
            "gambit_id": "bdf63174-dd5a-4545-aecd-1e5da1af65a0",
            "last_updated": "2024-01-27T10:53:04.964949-05:00",
            "created_at": "2024-01-26T09:33:18.014051-05:00",
            "name": "Los Angeles Kings",
            "reward": "1.48000",
            "odds": "1.50000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/022d7754-d074-4f2c-a3c8-ca29a55880dd/?format=api"
        },
        {
            "id": "92d2cf70-a7a6-45a9-a6f4-6cf3a8f7a971",
            "gambit_id": "ea98f3a8-937b-4b9c-86a6-bd6e1fc16cb1",
            "last_updated": "2024-01-27T10:53:04.968284-05:00",
            "created_at": "2024-01-26T09:33:18.017848-05:00",
            "name": "Colorado Avalanche",
            "reward": "2.62000",
            "odds": "2.70000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/022d7754-d074-4f2c-a3c8-ca29a55880dd/?format=api"
        }
    ]
}