GET /api/bet_types/fd0fd70d-52f1-454d-b4b6-773a6f595683/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "fd0fd70d-52f1-454d-b4b6-773a6f595683",
    "match": "https://api-prod.gambitprofit.com/api/matches/f6b3b68a-1b65-46eb-aebe-ebf5df78ccc4/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-01-14T08:26:58.013358-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": "Toronto Raptors",
                "amount": 7095.0
            },
            {
                "team": "Atlanta Hawks",
                "amount": 2905.0
            }
        ],
        "expected_reward_tokens": 9150.75,
        "profit_sb": 150.75,
        "profit_sb_percentage": 1.68,
        "recommended": true
    },
    "lines": [
        {
            "id": "f1c94ae4-6660-4a5b-b87f-d7d2dc1551f2",
            "gambit_id": "05564937-c817-4606-883e-9feb81e8e015",
            "last_updated": "2023-01-15T15:32:18.874299-05:00",
            "created_at": "2023-01-14T08:26:58.016289-05:00",
            "name": "Toronto Raptors",
            "reward": "1.29000",
            "odds": "1.33330",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fd0fd70d-52f1-454d-b4b6-773a6f595683/?format=api"
        },
        {
            "id": "f9f16b32-9a3f-4b0f-8d1c-190478a7eca8",
            "gambit_id": "36083b74-ca2c-41b2-88cb-f8402e190aae",
            "last_updated": "2023-01-15T15:32:18.876617-05:00",
            "created_at": "2023-01-14T08:26:58.019399-05:00",
            "name": "Atlanta Hawks",
            "reward": "3.15000",
            "odds": "3.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fd0fd70d-52f1-454d-b4b6-773a6f595683/?format=api"
        }
    ]
}