GET /api/bet_types/257f60e4-1bdc-4ab5-a3af-3cf6ebe0808c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "257f60e4-1bdc-4ab5-a3af-3cf6ebe0808c",
    "match": "https://api-prod.gambitprofit.com/api/matches/e67cbf8c-f7e3-4121-8fa6-f3fb20537d4b/?format=api",
    "name": "Play the Odds",
    "created_at": "2024-01-22T08:43:05.981941-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": "Los Angeles Kings",
                "amount": 5857.0
            },
            {
                "team": "San Jose Sharks",
                "amount": 4143.0
            }
        ],
        "expected_reward_tokens": 9487.47,
        "profit_sb": -12.53,
        "profit_sb_percentage": -0.13,
        "recommended": false
    },
    "lines": [
        {
            "id": "d98fad1b-6ef2-4a25-a700-77b4df1c5d0e",
            "gambit_id": "c9b39763-039a-47e4-b052-cc090a2184f5",
            "last_updated": "2024-01-23T20:13:14.590125-05:00",
            "created_at": "2024-01-22T08:43:05.991271-05:00",
            "name": "Los Angeles Kings",
            "reward": "1.62000",
            "odds": "1.64520",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/257f60e4-1bdc-4ab5-a3af-3cf6ebe0808c/?format=api"
        },
        {
            "id": "acddc148-b505-40c8-ae2d-2c04a6508c33",
            "gambit_id": "46e9f03c-f939-422e-a134-583a9f488f9a",
            "last_updated": "2024-01-23T20:13:14.586701-05:00",
            "created_at": "2024-01-22T08:43:05.985937-05:00",
            "name": "San Jose Sharks",
            "reward": "2.29000",
            "odds": "2.35000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/257f60e4-1bdc-4ab5-a3af-3cf6ebe0808c/?format=api"
        }
    ]
}