GET /api/bet_types/b1bc1712-a0ed-4c80-b85d-bb260831a90e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b1bc1712-a0ed-4c80-b85d-bb260831a90e",
    "match": "https://api-prod.gambitprofit.com/api/matches/3462b120-c7d6-425f-9892-26c97c3fae02/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-11-02T09:03:05.150275-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": "Nashville Predators",
                "amount": 6744.0
            },
            {
                "team": "Seattle Kraken",
                "amount": 3256.0
            }
        ],
        "expected_reward_tokens": 9441.6,
        "profit_sb": -58.4,
        "profit_sb_percentage": -0.61,
        "recommended": false
    },
    "lines": [
        {
            "id": "62b70815-4df4-4117-88f8-3b527c7f54f3",
            "gambit_id": "969285c4-1f77-4c5d-b3fd-482bc36a4d41",
            "last_updated": "2023-11-03T10:43:10.632116-04:00",
            "created_at": "2023-11-02T09:03:05.154186-04:00",
            "name": "Nashville Predators",
            "reward": "1.40000",
            "odds": "1.41670",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b1bc1712-a0ed-4c80-b85d-bb260831a90e/?format=api"
        },
        {
            "id": "545bb1f6-c6de-4aee-82f6-09292b2fbeb7",
            "gambit_id": "908f85e1-1afe-4d1e-b4c3-64759f259596",
            "last_updated": "2023-11-03T10:43:10.636156-04:00",
            "created_at": "2023-11-02T09:03:05.158966-04:00",
            "name": "Seattle Kraken",
            "reward": "2.90000",
            "odds": "3.00000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b1bc1712-a0ed-4c80-b85d-bb260831a90e/?format=api"
        }
    ]
}