GET /api/bet_types/be1a01b7-551d-43cd-90d1-f3535dd800c0/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "be1a01b7-551d-43cd-90d1-f3535dd800c0",
    "match": "https://api-prod.gambitprofit.com/api/matches/94b78808-3eb2-4f97-815b-47471b5034ba/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-03-12T10:17:04.878716-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": "Winnipeg Jets",
                "amount": 5867.0
            },
            {
                "team": "Tampa Bay Lightning",
                "amount": 4133.0
            }
        ],
        "expected_reward_tokens": 9504.54,
        "profit_sb": 4.54,
        "profit_sb_percentage": 0.05,
        "recommended": true
    },
    "lines": [
        {
            "id": "fd2e238a-c77b-421f-b082-746893a9d36a",
            "gambit_id": "9a2731ae-0010-40a8-9752-f12958f0a524",
            "last_updated": "2023-03-13T19:12:10.640647-04:00",
            "created_at": "2023-03-12T10:17:04.881557-04:00",
            "name": "Winnipeg Jets",
            "reward": "1.62000",
            "odds": "1.64520",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/be1a01b7-551d-43cd-90d1-f3535dd800c0/?format=api"
        },
        {
            "id": "9001c515-1c10-47b3-bd03-672941194bbd",
            "gambit_id": "3a39a114-8730-43a2-8ddf-f2fcc5dc4faf",
            "last_updated": "2023-03-13T19:12:10.639309-04:00",
            "created_at": "2023-03-12T10:17:04.880041-04:00",
            "name": "Tampa Bay Lightning",
            "reward": "2.30000",
            "odds": "2.35000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/be1a01b7-551d-43cd-90d1-f3535dd800c0/?format=api"
        }
    ]
}