GET /api/bet_types/bc756bd1-6094-4605-aa5e-b3c745c34d57/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "bc756bd1-6094-4605-aa5e-b3c745c34d57",
    "match": "https://api-prod.gambitprofit.com/api/matches/9d300c06-5224-493d-8eb1-622331a59c2f/?format=api",
    "name": "Pick the Winner",
    "created_at": "2024-01-22T08:43:04.957943-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": 5939.0
            },
            {
                "team": "Arizona Coyotes",
                "amount": 4061.0
            }
        ],
        "expected_reward_tokens": 9502.4,
        "profit_sb": 2.4,
        "profit_sb_percentage": 0.03,
        "recommended": true
    },
    "lines": [
        {
            "id": "e58439a2-cad2-4f2b-b81a-a1b101371890",
            "gambit_id": "4ac5ab06-bbe7-46a6-86f1-366dadf228f1",
            "last_updated": "2024-01-23T20:13:15.339476-05:00",
            "created_at": "2024-01-22T08:43:04.965221-05:00",
            "name": "Pittsburgh Penguins",
            "reward": "1.60000",
            "odds": "1.62500",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bc756bd1-6094-4605-aa5e-b3c745c34d57/?format=api"
        },
        {
            "id": "5480428e-23c4-49fc-b792-3c42409341ae",
            "gambit_id": "6cfc881a-a85b-487d-a5f1-e86d6050325b",
            "last_updated": "2024-01-23T20:13:15.342806-05:00",
            "created_at": "2024-01-22T08:43:04.969396-05:00",
            "name": "Arizona Coyotes",
            "reward": "2.34000",
            "odds": "2.40000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bc756bd1-6094-4605-aa5e-b3c745c34d57/?format=api"
        }
    ]
}