GET /api/bet_types/6f3f6048-bd99-4354-8da2-1c97b6165a8f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6f3f6048-bd99-4354-8da2-1c97b6165a8f",
    "match": "https://api-prod.gambitprofit.com/api/matches/0a29544c-f54b-4431-9e66-de1627be0069/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-12-16T09:23:10.081521-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": 6856.0
            },
            {
                "team": "Toronto Maple Leafs",
                "amount": 3144.0
            }
        ],
        "expected_reward_tokens": 9461.28,
        "profit_sb": -38.72,
        "profit_sb_percentage": -0.41,
        "recommended": false
    },
    "lines": [
        {
            "id": "1c881b92-baae-4628-94f8-90ac5f4b9c20",
            "gambit_id": "d27d8782-45ec-48d1-9dc6-300710c35cb2",
            "last_updated": "2023-12-18T10:33:31.417349-05:00",
            "created_at": "2023-12-16T09:23:10.085188-05:00",
            "name": "Pittsburgh Penguins",
            "reward": "1.38000",
            "odds": "1.40000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6f3f6048-bd99-4354-8da2-1c97b6165a8f/?format=api"
        },
        {
            "id": "95c95535-0d9b-47f5-8ebe-a2b2b7145554",
            "gambit_id": "e2987118-ee9d-46be-9802-f9e701e492cd",
            "last_updated": "2023-12-18T10:33:31.413840-05:00",
            "created_at": "2023-12-16T09:23:10.089361-05:00",
            "name": "Toronto Maple Leafs",
            "reward": "3.01000",
            "odds": "3.10000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6f3f6048-bd99-4354-8da2-1c97b6165a8f/?format=api"
        }
    ]
}