GET /api/bet_types/b3002755-0c7f-435f-a566-da12bd4e767b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b3002755-0c7f-435f-a566-da12bd4e767b",
    "match": "https://api-prod.gambitprofit.com/api/matches/4b3a4d2b-1fe5-47f8-a2a7-af5cfbfbf5a1/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-04-26T12:02:11.990279-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": "Boston Bruins",
                "amount": 6942.0
            },
            {
                "team": "Florida Panthers",
                "amount": 3058.0
            }
        ],
        "expected_reward_tokens": 9510.38,
        "profit_sb": 10.38,
        "profit_sb_percentage": 0.11,
        "recommended": true
    },
    "lines": [
        {
            "id": "3da3a720-de6e-48fc-932f-8b21bb6c6e5e",
            "gambit_id": "be772078-8b8c-4008-a828-420e4e60daa5",
            "last_updated": "2023-04-27T11:52:05.778328-04:00",
            "created_at": "2023-04-26T12:02:11.991511-04:00",
            "name": "Boston Bruins",
            "reward": "1.37000",
            "odds": "1.38460",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b3002755-0c7f-435f-a566-da12bd4e767b/?format=api"
        },
        {
            "id": "5829e5c8-898f-47fa-a051-bac35ac3bfaf",
            "gambit_id": "600df5e6-d2c7-49ec-80ab-ff1f1c8ad963",
            "last_updated": "2023-04-27T11:52:05.780536-04:00",
            "created_at": "2023-04-26T12:02:11.992844-04:00",
            "name": "Florida Panthers",
            "reward": "3.11000",
            "odds": "3.20000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b3002755-0c7f-435f-a566-da12bd4e767b/?format=api"
        }
    ]
}