GET /api/bet_types/8df6b407-d917-4fa7-bba6-1968257ae73b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8df6b407-d917-4fa7-bba6-1968257ae73b",
    "match": "https://api-prod.gambitprofit.com/api/matches/dd78c4a9-90e7-42a9-9bc7-d177c5b7da26/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-06-11T13:03:03.472646-04: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": "Florida Panthers",
                "amount": 5867.0
            },
            {
                "team": "Vegas Golden Knights",
                "amount": 4133.0
            }
        ],
        "expected_reward_tokens": 9504.54,
        "profit_sb": 4.54,
        "profit_sb_percentage": 0.05,
        "recommended": true
    },
    "lines": [
        {
            "id": "a0c3d4c9-416a-49c2-8767-323cf877f640",
            "gambit_id": "0116a761-c2f7-4dd3-a609-84254a9ecbc6",
            "last_updated": "2023-06-14T11:28:18.790026-04:00",
            "created_at": "2023-06-11T13:03:03.474714-04:00",
            "name": "Florida Panthers",
            "reward": "1.62000",
            "odds": "1.64520",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8df6b407-d917-4fa7-bba6-1968257ae73b/?format=api"
        },
        {
            "id": "50d49616-6419-4ec4-aca8-08e8a5a5e3fb",
            "gambit_id": "f3eb6b52-42cc-4a64-9005-3182c9717cb6",
            "last_updated": "2023-06-14T11:28:18.787790-04:00",
            "created_at": "2023-06-11T13:03:03.476591-04:00",
            "name": "Vegas Golden Knights",
            "reward": "2.30000",
            "odds": "2.35000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8df6b407-d917-4fa7-bba6-1968257ae73b/?format=api"
        }
    ]
}