GET /api/bet_types/aaa23ebf-192e-4547-bba2-4a370b95b864/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "aaa23ebf-192e-4547-bba2-4a370b95b864",
    "match": "https://api-prod.gambitprofit.com/api/matches/b36610d6-d8c5-4276-b704-fc6dd089d69a/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-10-31T09:23:02.220724-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": "Nashville Predators",
                "amount": 6314.0
            },
            {
                "team": "Vancouver Canucks",
                "amount": 3686.0
            }
        ],
        "expected_reward_tokens": 9471.0,
        "profit_sb": -29.0,
        "profit_sb_percentage": -0.31,
        "recommended": false
    },
    "lines": [
        {
            "id": "6c495864-355e-42b1-a623-2c0d7ebd78ae",
            "gambit_id": "ee59563b-b0ef-4adb-9f69-6c7faeb5a5d3",
            "last_updated": "2023-11-01T09:23:18.653147-04:00",
            "created_at": "2023-10-31T09:23:02.227732-04:00",
            "name": "Nashville Predators",
            "reward": "1.50000",
            "odds": "1.52630",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/aaa23ebf-192e-4547-bba2-4a370b95b864/?format=api"
        },
        {
            "id": "f241204b-6d8c-4a25-9574-786c6ec7a527",
            "gambit_id": "8f02c608-160b-4472-a665-8dfa32cd7b8f",
            "last_updated": "2023-11-01T09:23:18.658020-04:00",
            "created_at": "2023-10-31T09:23:02.233886-04:00",
            "name": "Vancouver Canucks",
            "reward": "2.57000",
            "odds": "2.65000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/aaa23ebf-192e-4547-bba2-4a370b95b864/?format=api"
        }
    ]
}