GET /api/bet_types/b2706b47-9936-4d2a-b6c3-8355d52bda43/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b2706b47-9936-4d2a-b6c3-8355d52bda43",
    "match": "https://api-prod.gambitprofit.com/api/matches/26bee3f1-0c95-4c1c-b53f-fdb378487a5c/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-05-06T13:07:19.223092-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": "CHC (D Smyly)",
                "amount": 6182.0
            },
            {
                "team": "MIA (M Barnes)",
                "amount": 3818.0
            }
        ],
        "expected_reward_tokens": 9582.1,
        "profit_sb": 82.1,
        "profit_sb_percentage": 0.86,
        "recommended": true
    },
    "lines": [
        {
            "id": "c0d1ec88-035f-4355-aafa-6b23dccd54ea",
            "gambit_id": "a45a0e49-3294-44ec-a8f7-cc120b571753",
            "last_updated": "2023-05-07T11:57:22.561482-04:00",
            "created_at": "2023-05-06T13:07:19.224537-04:00",
            "name": "CHC (D Smyly)",
            "reward": "1.55000",
            "odds": "1.57140",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b2706b47-9936-4d2a-b6c3-8355d52bda43/?format=api"
        },
        {
            "id": "06c4a247-b0b5-495a-a0eb-d230a04d432f",
            "gambit_id": "fd23f1ca-98b6-4a66-a57e-0c43c5cf20b3",
            "last_updated": "2023-05-07T11:57:22.562769-04:00",
            "created_at": "2023-05-06T13:07:19.226229-04:00",
            "name": "MIA (M Barnes)",
            "reward": "2.51000",
            "odds": "2.57000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b2706b47-9936-4d2a-b6c3-8355d52bda43/?format=api"
        }
    ]
}