GET /api/bet_types/e6903de5-03b7-440b-b492-760beeb39365/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e6903de5-03b7-440b-b492-760beeb39365",
    "match": "https://api-prod.gambitprofit.com/api/matches/0ed90ad2-4e57-46e9-91fe-9436ed70a3f8/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-05-17T11:06:50.715062-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": "SDG (Y Darvish)",
                "amount": 7033.0
            },
            {
                "team": "KAN (C Hernandez)",
                "amount": 2967.0
            }
        ],
        "expected_reward_tokens": 9494.4,
        "profit_sb": -5.6,
        "profit_sb_percentage": -0.06,
        "recommended": false
    },
    "lines": [
        {
            "id": "c578bd69-dd22-4d80-8c43-a25bac380d2b",
            "gambit_id": "6b1e19bf-236e-44a0-8cfe-ff8914a78bee",
            "last_updated": "2023-05-18T11:47:20.687403-04:00",
            "created_at": "2023-05-17T11:06:50.716806-04:00",
            "name": "SDG (Y Darvish)",
            "reward": "1.35000",
            "odds": "1.37040",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e6903de5-03b7-440b-b492-760beeb39365/?format=api"
        },
        {
            "id": "77db7e66-403d-402c-a8ed-3648433d4d72",
            "gambit_id": "66dc3d92-4c5f-435d-a1f8-2527781ef91e",
            "last_updated": "2023-05-18T11:47:20.688926-04:00",
            "created_at": "2023-05-17T11:06:50.718654-04:00",
            "name": "KAN (C Hernandez)",
            "reward": "3.20000",
            "odds": "3.30000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e6903de5-03b7-440b-b492-760beeb39365/?format=api"
        }
    ]
}