GET /api/bet_types/1e898907-9220-43f5-a037-dc70f7442151/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1e898907-9220-43f5-a037-dc70f7442151",
    "match": "https://api-prod.gambitprofit.com/api/matches/25999338-0b14-49dc-a685-a26cc89d03c1/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-06-30T08:23:06.177662-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": "DET (M Lorenzen)",
                "amount": 5337.0
            },
            {
                "team": "COL (A Gomber)",
                "amount": 4663.0
            }
        ],
        "expected_reward_tokens": 9605.78,
        "profit_sb": 105.78,
        "profit_sb_percentage": 1.11,
        "recommended": true
    },
    "lines": [
        {
            "id": "c47beaf0-17b5-4154-8b8c-716897849b3f",
            "gambit_id": "5c41ccc9-550c-42ad-ab73-055fdc64d134",
            "last_updated": "2023-07-02T11:03:47.524354-04:00",
            "created_at": "2023-06-30T08:23:06.179693-04:00",
            "name": "DET (M Lorenzen)",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1e898907-9220-43f5-a037-dc70f7442151/?format=api"
        },
        {
            "id": "b1195c9d-f04a-4c04-9d9a-6fc75069e1bc",
            "gambit_id": "78d1e777-d313-44d7-b5c8-c1d96d94e3fe",
            "last_updated": "2023-07-02T11:03:47.525796-04:00",
            "created_at": "2023-06-30T08:23:06.181724-04:00",
            "name": "COL (A Gomber)",
            "reward": "2.06000",
            "odds": "2.10000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1e898907-9220-43f5-a037-dc70f7442151/?format=api"
        }
    ]
}