GET /api/bet_types/759b4b75-d531-460e-8e50-72cc7751f2f4/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "759b4b75-d531-460e-8e50-72cc7751f2f4",
    "match": "https://api-prod.gambitprofit.com/api/matches/15c57061-4852-4192-9c2b-abe43f085916/?format=api",
    "name": "Pick the Winner",
    "created_at": "1969-12-31T19:00:00-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": "MIA (J Luzardo)",
                "amount": 5418.0
            },
            {
                "team": "WAS (J Gray)",
                "amount": 4582.0
            }
        ],
        "expected_reward_tokens": 9209.82,
        "profit_sb": 209.82,
        "profit_sb_percentage": 2.33,
        "recommended": true
    },
    "lines": [
        {
            "id": "1ae2ea5d-1603-4628-be6d-1f63a83847fd",
            "gambit_id": "9dda86d0-0f51-4fad-a1ab-345943c37902",
            "last_updated": "2022-09-17T17:17:25.768880-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "MIA (J Luzardo)",
            "reward": "1.70000",
            "odds": "1.80000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/759b4b75-d531-460e-8e50-72cc7751f2f4/?format=api"
        },
        {
            "id": "547ecdbb-ba30-4f44-9bc8-973aa8819d74",
            "gambit_id": "dfa3b00c-42aa-4d5c-bb85-9aa8a09d6bbf",
            "last_updated": "2022-09-17T17:17:25.767875-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "WAS (J Gray)",
            "reward": "2.01000",
            "odds": "2.15000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/759b4b75-d531-460e-8e50-72cc7751f2f4/?format=api"
        }
    ]
}