GET /api/bet_types/08f74377-6406-4442-aea9-5ff473dca5b5/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "08f74377-6406-4442-aea9-5ff473dca5b5",
    "match": "https://api-prod.gambitprofit.com/api/matches/23a2b490-fe9a-4a07-85c9-afc9e60cefd1/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-10-19T08:32:58.468284-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": "Florida Panthers",
                "amount": 6314.0
            },
            {
                "team": "Toronto Maple Leafs",
                "amount": 3686.0
            }
        ],
        "expected_reward_tokens": 9471.0,
        "profit_sb": -29.0,
        "profit_sb_percentage": -0.31,
        "recommended": false
    },
    "lines": [
        {
            "id": "77b70d2c-ef3a-44f1-8065-95f1dbe7ec51",
            "gambit_id": "27772327-f4e3-4f38-8400-5c4107d72834",
            "last_updated": "2023-10-20T11:28:24.543774-04:00",
            "created_at": "2023-10-19T08:32:58.485174-04:00",
            "name": "Florida Panthers",
            "reward": "1.50000",
            "odds": "1.52630",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/08f74377-6406-4442-aea9-5ff473dca5b5/?format=api"
        },
        {
            "id": "5ae1afae-ca69-4275-8b40-93f7cee8655b",
            "gambit_id": "2c2127bb-f139-4784-9c77-2f2c5cd2018b",
            "last_updated": "2023-10-20T11:28:24.533054-04:00",
            "created_at": "2023-10-19T08:32:58.476153-04:00",
            "name": "Toronto Maple Leafs",
            "reward": "2.57000",
            "odds": "2.65000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/08f74377-6406-4442-aea9-5ff473dca5b5/?format=api"
        }
    ]
}