GET /api/bet_types/810f4d8e-628b-4373-8462-ce523dc2cfac/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "810f4d8e-628b-4373-8462-ce523dc2cfac",
    "match": "https://api-prod.gambitprofit.com/api/matches/eaf0f069-3845-47ed-9b93-86ed2c5bcc8f/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-08-09T14:53:16.854203-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": "BOS",
                "amount": 5213.0
            },
            {
                "team": "KAN",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "ab13c35c-dafe-44cf-b8cd-860cf2583c84",
            "gambit_id": "bfe95c42-2c80-460e-a406-7987cd01098d",
            "last_updated": "2023-08-10T12:32:56.179765-04:00",
            "created_at": "2023-08-09T14:53:16.864481-04:00",
            "name": "BOS",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/810f4d8e-628b-4373-8462-ce523dc2cfac/?format=api"
        },
        {
            "id": "1a34e1c2-e7df-49ee-91ff-04c2389c5569",
            "gambit_id": "96184811-1283-4cbd-b9e5-c12f72a6365a",
            "last_updated": "2023-08-10T12:32:56.176400-04:00",
            "created_at": "2023-08-09T14:53:16.859291-04:00",
            "name": "KAN",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/810f4d8e-628b-4373-8462-ce523dc2cfac/?format=api"
        }
    ]
}