GET /api/bet_types/4b7363e9-2053-40b5-8623-e4e099463b8e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4b7363e9-2053-40b5-8623-e4e099463b8e",
    "match": "https://api-prod.gambitprofit.com/api/matches/f46b96da-57c6-47d0-aad0-241d6eb43150/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-12-31T10:08:03.209240-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": "Dallas Stars",
                "amount": 5688.0
            },
            {
                "team": "Chicago Blackhawks",
                "amount": 4312.0
            }
        ],
        "expected_reward_tokens": 9442.08,
        "profit_sb": -57.92,
        "profit_sb_percentage": -0.61,
        "recommended": false
    },
    "lines": [
        {
            "id": "52a7db4c-27ac-4446-ae9f-76ea419082bd",
            "gambit_id": "30eb728c-0f6a-4e4a-997c-0b58ab6e2a5d",
            "last_updated": "2024-01-02T10:23:10.758402-05:00",
            "created_at": "2023-12-31T10:08:03.217478-05:00",
            "name": "Dallas Stars",
            "reward": "1.66000",
            "odds": "1.68970",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4b7363e9-2053-40b5-8623-e4e099463b8e/?format=api"
        },
        {
            "id": "767995b5-bf1e-4508-8f46-042eab147be2",
            "gambit_id": "44d30d03-24ff-4bbd-b134-46a972bc9bb5",
            "last_updated": "2024-01-02T10:23:10.755105-05:00",
            "created_at": "2023-12-31T10:08:03.213067-05:00",
            "name": "Chicago Blackhawks",
            "reward": "2.19000",
            "odds": "2.25000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4b7363e9-2053-40b5-8623-e4e099463b8e/?format=api"
        }
    ]
}