GET /api/bet_types/ad50a896-af59-4d89-97c0-87cc837ea813/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ad50a896-af59-4d89-97c0-87cc837ea813",
    "match": "https://api-prod.gambitprofit.com/api/matches/9a67a6d8-2b7d-4ba5-ba6e-18c9714a998c/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-09-17T14:58:02.152337-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 Diaz)",
                "amount": 5222.0
            },
            {
                "team": "LAA (J Herget)",
                "amount": 4778.0
            }
        ],
        "expected_reward_tokens": 9556.0,
        "profit_sb": 56.0,
        "profit_sb_percentage": 0.59,
        "recommended": true
    },
    "lines": [
        {
            "id": "6b7d9556-4bec-47a1-96da-da584911bc4d",
            "gambit_id": "600c6db7-7593-4cde-ae87-3da747ec2985",
            "last_updated": "2023-09-18T22:48:08.397032-04:00",
            "created_at": "2023-09-17T14:58:02.164672-04:00",
            "name": "DET (M Diaz)",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ad50a896-af59-4d89-97c0-87cc837ea813/?format=api"
        },
        {
            "id": "17c3e697-2b0d-4ef0-91d6-a39e999d9e05",
            "gambit_id": "1c1e671b-e33d-480f-ba30-e62bef74e997",
            "last_updated": "2023-09-18T22:48:08.392741-04:00",
            "created_at": "2023-09-17T14:58:02.159575-04:00",
            "name": "LAA (J Herget)",
            "reward": "2.00000",
            "odds": "2.05000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ad50a896-af59-4d89-97c0-87cc837ea813/?format=api"
        }
    ]
}