GET /api/bet_types/48336239-1280-4607-bd43-6e4712de7ac0/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "48336239-1280-4607-bd43-6e4712de7ac0",
    "match": "https://api-prod.gambitprofit.com/api/matches/383fb06e-f46d-406a-836a-c6d7f6a42714/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-03-13T09:22:02.667038-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": "Toronto Maple Leafs",
                "amount": 6864.0
            },
            {
                "team": "Buffalo Sabres",
                "amount": 3136.0
            }
        ],
        "expected_reward_tokens": 9470.72,
        "profit_sb": -29.28,
        "profit_sb_percentage": -0.31,
        "recommended": false
    },
    "lines": [
        {
            "id": "342e07dc-945a-4ea0-b6a9-006019ae5603",
            "gambit_id": "0ea66bc0-3d9b-4d80-861a-0b4714dc0781",
            "last_updated": "2023-03-14T13:41:56.259771-04:00",
            "created_at": "2023-03-13T09:22:02.668607-04:00",
            "name": "Toronto Maple Leafs",
            "reward": "1.38000",
            "odds": "1.40000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/48336239-1280-4607-bd43-6e4712de7ac0/?format=api"
        },
        {
            "id": "544b2b1f-9da5-49c0-a37c-37af4e723d7c",
            "gambit_id": "337d77f8-443b-439b-8934-c6b84c036505",
            "last_updated": "2023-03-14T13:41:56.261091-04:00",
            "created_at": "2023-03-13T09:22:02.670116-04:00",
            "name": "Buffalo Sabres",
            "reward": "3.02000",
            "odds": "3.10000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/48336239-1280-4607-bd43-6e4712de7ac0/?format=api"
        }
    ]
}