GET /api/bet_types/27d193d7-ab85-4133-be1d-fcde739d3c7b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "27d193d7-ab85-4133-be1d-fcde739d3c7b",
    "match": "https://api-prod.gambitprofit.com/api/matches/6e2f057b-7a8e-44ed-96ff-b65f0957bf56/?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": "Tampa Bay Lightning",
                "amount": 7162.0
            },
            {
                "team": "Columbus Blue Jackets",
                "amount": 2838.0
            }
        ],
        "expected_reward_tokens": 9166.74,
        "profit_sb": 166.74,
        "profit_sb_percentage": 1.85,
        "recommended": true
    },
    "lines": [
        {
            "id": "8130f1bc-1562-41fc-8d10-3306113a122d",
            "gambit_id": "ccdb7e9c-d7db-4d2f-9fc8-8c81827b0188",
            "last_updated": "2022-12-17T10:02:21.630742-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Tampa Bay Lightning",
            "reward": "1.28000",
            "odds": "1.32260",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/27d193d7-ab85-4133-be1d-fcde739d3c7b/?format=api"
        },
        {
            "id": "35737725-54d6-49f3-b44c-edefdaaf5694",
            "gambit_id": "ae88eeea-6b0e-4361-a4d0-30ae9c257b4d",
            "last_updated": "2022-12-17T10:02:21.631796-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Columbus Blue Jackets",
            "reward": "3.23000",
            "odds": "3.55000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/27d193d7-ab85-4133-be1d-fcde739d3c7b/?format=api"
        }
    ]
}