GET /api/bet_types/1cc61d7f-791f-4054-a017-d2ce9dbdb8af/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1cc61d7f-791f-4054-a017-d2ce9dbdb8af",
    "match": "https://api-prod.gambitprofit.com/api/matches/a35fe966-5e52-4bc7-8282-77a7749fb7eb/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-02-15T08:47:22.978038-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": "Anaheim Ducks",
                "amount": 5696.0
            },
            {
                "team": "Buffalo Sabres",
                "amount": 4304.0
            }
        ],
        "expected_reward_tokens": 9511.84,
        "profit_sb": 11.84,
        "profit_sb_percentage": 0.12,
        "recommended": true
    },
    "lines": [
        {
            "id": "a7527003-34ab-4a09-87b7-f1f958d3c912",
            "gambit_id": "50d9ee5d-737c-4741-9194-089f5afcc926",
            "last_updated": "2023-02-16T16:52:03.027835-05:00",
            "created_at": "2023-02-15T08:47:22.979292-05:00",
            "name": "Anaheim Ducks",
            "reward": "1.67000",
            "odds": "1.68970",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1cc61d7f-791f-4054-a017-d2ce9dbdb8af/?format=api"
        },
        {
            "id": "bda1c4de-43e9-4901-a6f9-208abcd846b2",
            "gambit_id": "dfd34f1a-488f-4ca3-a0d8-9c82a93f371e",
            "last_updated": "2023-02-16T16:52:03.029007-05:00",
            "created_at": "2023-02-15T08:47:22.980653-05:00",
            "name": "Buffalo Sabres",
            "reward": "2.21000",
            "odds": "2.25000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1cc61d7f-791f-4054-a017-d2ce9dbdb8af/?format=api"
        }
    ]
}