GET /api/bet_types/e2d80225-6870-459d-8938-2cfebcaee1f9/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e2d80225-6870-459d-8938-2cfebcaee1f9",
    "match": "https://api-prod.gambitprofit.com/api/matches/b5310a31-9116-46e0-ad1f-ad3a4cf4d53f/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-02-10T09:02:08.422482-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 Maple Leafs",
                "amount": 6811.0
            },
            {
                "team": "Columbus Blue Jackets",
                "amount": 3189.0
            }
        ],
        "expected_reward_tokens": 9535.11,
        "profit_sb": 35.11,
        "profit_sb_percentage": 0.37,
        "recommended": true
    },
    "lines": [
        {
            "id": "a1206fef-9661-45b7-80dd-899ce599e3e5",
            "gambit_id": "efdf9a96-39fe-4f64-86ab-b0299abe8d8b",
            "last_updated": "2023-02-11T18:02:01.203458-05:00",
            "created_at": "2023-02-10T09:02:08.425200-05:00",
            "name": "Toronto Maple Leafs",
            "reward": "1.40000",
            "odds": "1.40820",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e2d80225-6870-459d-8938-2cfebcaee1f9/?format=api"
        },
        {
            "id": "bcdf970b-9fb7-468a-9195-c8e56f243690",
            "gambit_id": "d63f3068-9f08-493f-af30-a384f4a5cecc",
            "last_updated": "2023-02-11T18:02:01.202322-05:00",
            "created_at": "2023-02-10T09:02:08.423778-05:00",
            "name": "Columbus Blue Jackets",
            "reward": "2.99000",
            "odds": "3.05000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e2d80225-6870-459d-8938-2cfebcaee1f9/?format=api"
        }
    ]
}