GET /api/bet_types/1c954c64-ebb3-474e-b47a-68ce96ef9cf5/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1c954c64-ebb3-474e-b47a-68ce96ef9cf5",
    "match": "https://api-prod.gambitprofit.com/api/matches/4fbcf78f-f82e-401f-acb3-d6984cf600f7/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-10-26T09:28:19.023048-04: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": "Detroit Red Wings",
                "amount": 6659.0
            },
            {
                "team": "Winnipeg Jets",
                "amount": 3341.0
            }
        ],
        "expected_reward_tokens": 9388.21,
        "profit_sb": -111.79,
        "profit_sb_percentage": -1.18,
        "recommended": false
    },
    "lines": [
        {
            "id": "7278cb4e-0b23-424a-93f0-dc2972c56c52",
            "gambit_id": "079f85a7-04ab-4197-8932-9bd5547eee63",
            "last_updated": "2023-10-28T10:18:24.087037-04:00",
            "created_at": "2023-10-26T09:28:19.032264-04:00",
            "name": "Detroit Red Wings",
            "reward": "1.41000",
            "odds": "1.43480",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1c954c64-ebb3-474e-b47a-68ce96ef9cf5/?format=api"
        },
        {
            "id": "4677b013-c20f-4d8d-a419-57b9f2e34ef7",
            "gambit_id": "dc0bb4c0-0b48-4871-9729-c485dbf0c5cd",
            "last_updated": "2023-10-28T10:18:24.083547-04:00",
            "created_at": "2023-10-26T09:28:19.028360-04:00",
            "name": "Winnipeg Jets",
            "reward": "2.81000",
            "odds": "2.90000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1c954c64-ebb3-474e-b47a-68ce96ef9cf5/?format=api"
        }
    ]
}