GET /api/bet_types/078e3302-49f9-4e4c-9f92-e3d9222a04db/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "078e3302-49f9-4e4c-9f92-e3d9222a04db",
    "match": "https://api-prod.gambitprofit.com/api/matches/2ea54262-4890-4113-8bbd-6372ca706a3b/?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": "Florida Panthers",
                "amount": 6907.0
            },
            {
                "team": "Columbus Blue Jackets",
                "amount": 3093.0
            }
        ],
        "expected_reward_tokens": 9186.21,
        "profit_sb": 186.21,
        "profit_sb_percentage": 2.07,
        "recommended": true
    },
    "lines": [
        {
            "id": "e4f79b11-863e-4e19-8e7c-f0098d83c448",
            "gambit_id": "eddd13ba-4742-473e-9b73-8043c513d810",
            "last_updated": "2022-12-14T10:17:17.391989-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Florida Panthers",
            "reward": "1.33000",
            "odds": "1.37740",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/078e3302-49f9-4e4c-9f92-e3d9222a04db/?format=api"
        },
        {
            "id": "ed13231e-5ab7-46a7-a867-82f10c86d19d",
            "gambit_id": "46d6a913-007e-4e5e-810d-24079b66e12c",
            "last_updated": "2022-12-14T10:17:17.393423-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Columbus Blue Jackets",
            "reward": "2.97000",
            "odds": "3.25000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/078e3302-49f9-4e4c-9f92-e3d9222a04db/?format=api"
        }
    ]
}