GET /api/bet_types/c12dface-1867-408e-b957-6f7c5dd1cc18/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c12dface-1867-408e-b957-6f7c5dd1cc18",
    "match": "https://api-prod.gambitprofit.com/api/matches/181e053d-b08e-4d49-b811-7ba23602eaa9/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-12-31T10:08:03.715064-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": 5423.0
            },
            {
                "team": "Edmonton Oilers",
                "amount": 4577.0
            }
        ],
        "expected_reward_tokens": 9381.79,
        "profit_sb": -118.21,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "a1407bf4-2c15-49b1-b833-6196ad800719",
            "gambit_id": "407b906f-f77e-4e32-9cd4-0ea089ce4593",
            "last_updated": "2024-01-02T10:23:13.960044-05:00",
            "created_at": "2023-12-31T10:08:03.725481-05:00",
            "name": "Anaheim Ducks",
            "reward": "1.73000",
            "odds": "1.76920",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c12dface-1867-408e-b957-6f7c5dd1cc18/?format=api"
        },
        {
            "id": "28023eae-b082-4166-9c1d-463e47663cb5",
            "gambit_id": "84532c22-a46b-4ee1-bb12-6f8915dc15f2",
            "last_updated": "2024-01-02T10:23:13.956725-05:00",
            "created_at": "2023-12-31T10:08:03.719872-05:00",
            "name": "Edmonton Oilers",
            "reward": "2.05000",
            "odds": "2.10000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c12dface-1867-408e-b957-6f7c5dd1cc18/?format=api"
        }
    ]
}