GET /api/bet_types/53c735ca-4716-44fb-a64b-cb0882e0ac59/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "53c735ca-4716-44fb-a64b-cb0882e0ac59",
    "match": "https://api-prod.gambitprofit.com/api/matches/546b2168-2be1-48aa-98af-67064446f18b/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-02-13T08:17:05.572339-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": "Detroit Red Wings",
                "amount": 6774.0
            },
            {
                "team": "Vancouver Canucks",
                "amount": 3226.0
            }
        ],
        "expected_reward_tokens": 9483.6,
        "profit_sb": -16.4,
        "profit_sb_percentage": -0.17,
        "recommended": false
    },
    "lines": [
        {
            "id": "04d8d354-ca08-4490-8f38-d6ac8b9a3523",
            "gambit_id": "7bf375c4-c8ec-4c8a-b9b4-38bbf14763c9",
            "last_updated": "2023-02-14T09:51:54.770043-05:00",
            "created_at": "2023-02-13T08:17:05.574803-05:00",
            "name": "Detroit Red Wings",
            "reward": "1.40000",
            "odds": "1.41670",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/53c735ca-4716-44fb-a64b-cb0882e0ac59/?format=api"
        },
        {
            "id": "a3828d2c-a28d-446e-ab90-bc0196a01563",
            "gambit_id": "a1d5af5a-e689-4644-a4db-e33b29c361ac",
            "last_updated": "2023-02-14T09:51:54.768844-05:00",
            "created_at": "2023-02-13T08:17:05.573524-05:00",
            "name": "Vancouver Canucks",
            "reward": "2.94000",
            "odds": "3.00000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/53c735ca-4716-44fb-a64b-cb0882e0ac59/?format=api"
        }
    ]
}