GET /api/bet_types/5b66f926-6d59-494f-983f-f9d2892d5745/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5b66f926-6d59-494f-983f-f9d2892d5745",
    "match": "https://api-prod.gambitprofit.com/api/matches/0b8a8892-2252-4bcb-abc0-8bdaab1b1915/?format=api",
    "name": "Play the Odds",
    "created_at": "2024-01-27T09:18:14.290094-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": "Vegas Golden Knights",
                "amount": 6554.0
            },
            {
                "team": "Detroit Red Wings",
                "amount": 3446.0
            }
        ],
        "expected_reward_tokens": 9372.22,
        "profit_sb": -127.78,
        "profit_sb_percentage": -1.35,
        "recommended": false
    },
    "lines": [
        {
            "id": "1ef50531-3146-479d-8252-d4c03f932960",
            "gambit_id": "f32f6095-4734-4851-9b56-d6d46bdf78fb",
            "last_updated": "2024-01-29T21:53:10.391095-05:00",
            "created_at": "2024-01-27T09:18:14.295019-05:00",
            "name": "Vegas Golden Knights",
            "reward": "1.43000",
            "odds": "1.45450",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5b66f926-6d59-494f-983f-f9d2892d5745/?format=api"
        },
        {
            "id": "9ff52974-2ce9-4535-8576-fdec9eca4b75",
            "gambit_id": "afe9e4b1-19f1-41f2-9421-629662ae60ea",
            "last_updated": "2024-01-29T21:53:10.394582-05:00",
            "created_at": "2024-01-27T09:18:14.299663-05:00",
            "name": "Detroit Red Wings",
            "reward": "2.72000",
            "odds": "2.80000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5b66f926-6d59-494f-983f-f9d2892d5745/?format=api"
        }
    ]
}