GET /api/bet_types/5d3b5cf6-bfda-48f9-8efa-919f91d02062/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5d3b5cf6-bfda-48f9-8efa-919f91d02062",
    "match": "https://api-prod.gambitprofit.com/api/matches/9397c545-bd99-46ea-8641-fdfdda564445/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-03-09T09:02:02.046604-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": "Edmonton Oilers",
                "amount": 5939.0
            },
            {
                "team": "Boston Bruins",
                "amount": 4061.0
            }
        ],
        "expected_reward_tokens": 9502.4,
        "profit_sb": 2.4,
        "profit_sb_percentage": 0.03,
        "recommended": true
    },
    "lines": [
        {
            "id": "20403653-be85-4e2b-b08b-70eea649cd93",
            "gambit_id": "1a8e379a-ed80-4c46-bbf3-d6a41a0dcdeb",
            "last_updated": "2023-03-10T10:32:02.318256-05:00",
            "created_at": "2023-03-09T09:02:02.049362-05:00",
            "name": "Edmonton Oilers",
            "reward": "1.60000",
            "odds": "1.62500",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5d3b5cf6-bfda-48f9-8efa-919f91d02062/?format=api"
        },
        {
            "id": "d0b20f56-bbec-49fa-8d81-9653f6ef546c",
            "gambit_id": "941938c3-ad63-4fa7-9dbb-aaff2e30a257",
            "last_updated": "2023-03-10T10:32:02.317100-05:00",
            "created_at": "2023-03-09T09:02:02.047868-05:00",
            "name": "Boston Bruins",
            "reward": "2.34000",
            "odds": "2.40000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5d3b5cf6-bfda-48f9-8efa-919f91d02062/?format=api"
        }
    ]
}