GET /api/bet_types/d076b093-aede-4dfb-81a0-fce6c0c469cb/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d076b093-aede-4dfb-81a0-fce6c0c469cb",
    "match": "https://api-prod.gambitprofit.com/api/matches/0336916e-8a7b-42d6-baf3-0268854af625/?format=api",
    "name": "Pick the Winner",
    "created_at": "1969-12-31T19:00:00-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": "Pittsburgh Penguins",
                "amount": 6025.0
            },
            {
                "team": "Columbus Blue Jackets",
                "amount": 3975.0
            }
        ],
        "expected_reward_tokens": 9579.75,
        "profit_sb": 79.75,
        "profit_sb_percentage": 0.84,
        "recommended": true
    },
    "lines": [
        {
            "id": "d4075827-5cfa-46df-b886-a6db9c817660",
            "gambit_id": "24206a7e-583e-46a1-b4a8-08ad22b47500",
            "last_updated": "2022-10-24T10:17:10.478232-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Pittsburgh Penguins",
            "reward": "1.59000",
            "odds": "1.60610",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d076b093-aede-4dfb-81a0-fce6c0c469cb/?format=api"
        },
        {
            "id": "c47877c9-1cd3-40e9-9e11-f6fb6442316b",
            "gambit_id": "e22a08ad-1280-439f-8f02-e885b2f649db",
            "last_updated": "2022-10-24T10:17:10.477212-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Columbus Blue Jackets",
            "reward": "2.41000",
            "odds": "2.45000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d076b093-aede-4dfb-81a0-fce6c0c469cb/?format=api"
        }
    ]
}