GET /api/bet_types/1a1add9c-eff3-4e3b-a51f-84c0cb2a7df1/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1a1add9c-eff3-4e3b-a51f-84c0cb2a7df1",
    "match": "https://api-prod.gambitprofit.com/api/matches/c4abd97b-f642-4609-be69-ee5e7b229207/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-01-20T09:21:56.851658-05: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": "Miami Heat",
                "amount": 5000.0
            },
            {
                "team": "Dallas Mavericks",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9450.0,
        "profit_sb": -50.0,
        "profit_sb_percentage": -0.53,
        "recommended": false
    },
    "lines": [
        {
            "id": "7995ec26-3d25-4d81-8810-bb5c741d2933",
            "gambit_id": "17913044-1420-4b6a-8db6-2e143ce27c1e",
            "last_updated": "2023-01-21T10:32:26.159299-05:00",
            "created_at": "2023-01-20T09:21:56.854496-05:00",
            "name": "Miami Heat",
            "reward": "1.89000",
            "odds": "1.90910",
            "spread": "-2.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1a1add9c-eff3-4e3b-a51f-84c0cb2a7df1/?format=api"
        },
        {
            "id": "08821c17-a151-4972-ac3a-bb26a3aa35eb",
            "gambit_id": "fd8e6079-5a87-4ccf-a21d-c13446066e7d",
            "last_updated": "2023-01-21T10:32:26.158094-05:00",
            "created_at": "2023-01-20T09:21:56.853156-05:00",
            "name": "Dallas Mavericks",
            "reward": "1.89000",
            "odds": "1.90910",
            "spread": "2.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1a1add9c-eff3-4e3b-a51f-84c0cb2a7df1/?format=api"
        }
    ]
}