GET /api/bet_types/d1f311ea-8171-48f6-8b66-c0cdde076421/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d1f311ea-8171-48f6-8b66-c0cdde076421",
    "match": "https://api-prod.gambitprofit.com/api/matches/3ffdd59e-2aa4-45f7-af99-0c57fa511ec7/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-09-19T09:13:24.265489-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": "CIN",
                "amount": 5688.0
            },
            {
                "team": "MIN",
                "amount": 4312.0
            }
        ],
        "expected_reward_tokens": 9442.08,
        "profit_sb": -57.92,
        "profit_sb_percentage": -0.61,
        "recommended": false
    },
    "lines": [
        {
            "id": "4ec9edd5-6f4b-44fc-963e-a10b0f5255b5",
            "gambit_id": "3b7639c3-15a5-4951-8f96-d6b1972e55d9",
            "last_updated": "2023-09-20T10:52:59.337014-04:00",
            "created_at": "2023-09-19T09:13:24.274482-04:00",
            "name": "CIN",
            "reward": "1.66000",
            "odds": "1.68970",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d1f311ea-8171-48f6-8b66-c0cdde076421/?format=api"
        },
        {
            "id": "b80ae915-1baa-4797-bc54-8118f217b6ff",
            "gambit_id": "a8b0b121-2ff3-4cbb-9279-9d7df9879360",
            "last_updated": "2023-09-20T10:52:59.333700-04:00",
            "created_at": "2023-09-19T09:13:24.269902-04:00",
            "name": "MIN",
            "reward": "2.19000",
            "odds": "2.25000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d1f311ea-8171-48f6-8b66-c0cdde076421/?format=api"
        }
    ]
}