GET /api/bet_types/b38e6ef6-ef19-4d0e-99b1-2f83f8819bcb/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b38e6ef6-ef19-4d0e-99b1-2f83f8819bcb",
    "match": "https://api-prod.gambitprofit.com/api/matches/7eaae390-be73-4c21-a802-c2450eab0dc4/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-10-04T09:13:06.421872-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": "TAM (Z Eflin)",
                "amount": 5765.0
            },
            {
                "team": "TEX (N Eovaldi)",
                "amount": 4235.0
            }
        ],
        "expected_reward_tokens": 9569.9,
        "profit_sb": 69.9,
        "profit_sb_percentage": 0.74,
        "recommended": true
    },
    "lines": [
        {
            "id": "0d66a82e-11d4-46aa-bd89-b15d180f95e9",
            "gambit_id": "c387a1bb-f9d8-483b-a8a6-ff1765bf375e",
            "last_updated": "2023-10-05T09:13:22.663595-04:00",
            "created_at": "2023-10-04T09:13:06.436328-04:00",
            "name": "TAM (Z Eflin)",
            "reward": "1.66000",
            "odds": "1.68970",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b38e6ef6-ef19-4d0e-99b1-2f83f8819bcb/?format=api"
        },
        {
            "id": "c8db5e37-4c07-441b-a5ab-c6abcbe60730",
            "gambit_id": "c1fdf8e8-88af-44f5-9452-b8f8fc341054",
            "last_updated": "2023-10-05T09:13:22.660316-04:00",
            "created_at": "2023-10-04T09:13:06.428965-04:00",
            "name": "TEX (N Eovaldi)",
            "reward": "2.26000",
            "odds": "2.33000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b38e6ef6-ef19-4d0e-99b1-2f83f8819bcb/?format=api"
        }
    ]
}