GET /api/bet_types/588192b9-554c-45d8-817d-206003b7dd93/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "588192b9-554c-45d8-817d-206003b7dd93",
    "match": "https://api-prod.gambitprofit.com/api/matches/01ce977d-9dae-4d61-928d-ab8eddcc0916/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-04-22T13:06:58.080046-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": 5699.0
            },
            {
                "team": "PIT",
                "amount": 4301.0
            }
        ],
        "expected_reward_tokens": 9460.34,
        "profit_sb": -39.66,
        "profit_sb_percentage": -0.42,
        "recommended": false
    },
    "lines": [
        {
            "id": "e4aee133-085e-44b5-952b-592b8162a39c",
            "gambit_id": "73201d0f-8fa6-42e1-860b-94d2683ba8d8",
            "last_updated": "2023-04-23T12:41:52.141707-04:00",
            "created_at": "2023-04-22T13:06:58.082998-04:00",
            "name": "CIN",
            "reward": "1.66000",
            "odds": "1.68970",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/588192b9-554c-45d8-817d-206003b7dd93/?format=api"
        },
        {
            "id": "c9bedb97-ce27-4a3f-81ac-44468d622227",
            "gambit_id": "ebd8e202-0c21-413a-bc27-1a737a3bfa4f",
            "last_updated": "2023-04-23T12:41:52.139561-04:00",
            "created_at": "2023-04-22T13:06:58.081465-04:00",
            "name": "PIT",
            "reward": "2.20000",
            "odds": "2.25000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/588192b9-554c-45d8-817d-206003b7dd93/?format=api"
        }
    ]
}