GET /api/bet_types/e875e820-7ee2-41e7-8bcd-f0214553e363/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e875e820-7ee2-41e7-8bcd-f0214553e363",
    "match": "https://api-prod.gambitprofit.com/api/matches/7b0c82a1-927f-4860-80f4-8f6c681db5f6/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-11-04T09:48:07.959433-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": "Minnesota Wild",
                "amount": 5094.0
            },
            {
                "team": "New York Rangers",
                "amount": 4906.0
            }
        ],
        "expected_reward_tokens": 9321.4,
        "profit_sb": -178.6,
        "profit_sb_percentage": -1.88,
        "recommended": false
    },
    "lines": [
        {
            "id": "d1b2ccb6-f144-44a6-8446-c78ee404f515",
            "gambit_id": "9fb46ff7-0fe9-406a-ab7a-03c561a1ebb1",
            "last_updated": "2023-11-06T09:18:25.841930-05:00",
            "created_at": "2023-11-04T09:48:07.971129-04:00",
            "name": "Minnesota Wild",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e875e820-7ee2-41e7-8bcd-f0214553e363/?format=api"
        },
        {
            "id": "cc8669e6-b837-47ba-80ce-6eb4338b606f",
            "gambit_id": "0b10bdd3-824b-4afa-873f-9edbcca6a036",
            "last_updated": "2023-11-06T09:18:25.838598-05:00",
            "created_at": "2023-11-04T09:48:07.965695-04:00",
            "name": "New York Rangers",
            "reward": "1.90000",
            "odds": "1.95240",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e875e820-7ee2-41e7-8bcd-f0214553e363/?format=api"
        }
    ]
}