GET /api/bet_types/84c635f3-59be-4deb-8133-65496386f7b2/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "84c635f3-59be-4deb-8133-65496386f7b2",
    "match": "https://api-prod.gambitprofit.com/api/matches/7c02a0e6-53df-48b9-bb10-8f63055a87ce/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-09-02T09:33:16.988207-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": "SFO",
                "amount": 5688.0
            },
            {
                "team": "SDG",
                "amount": 4312.0
            }
        ],
        "expected_reward_tokens": 9442.08,
        "profit_sb": -57.92,
        "profit_sb_percentage": -0.61,
        "recommended": false
    },
    "lines": [
        {
            "id": "26504507-3e53-49bc-ac97-77e59aa55497",
            "gambit_id": "dee5c5c7-e0f6-4911-9c45-d664670a3d72",
            "last_updated": "2023-09-04T12:48:34.939905-04:00",
            "created_at": "2023-09-02T09:33:16.991987-04:00",
            "name": "SFO",
            "reward": "1.66000",
            "odds": "1.68970",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/84c635f3-59be-4deb-8133-65496386f7b2/?format=api"
        },
        {
            "id": "d7998422-d52c-4e64-ac88-89ad92f46c2a",
            "gambit_id": "8ef95882-c767-40c0-aae2-24107bd88893",
            "last_updated": "2023-09-04T12:48:34.944031-04:00",
            "created_at": "2023-09-02T09:33:16.996337-04:00",
            "name": "SDG",
            "reward": "2.19000",
            "odds": "2.25000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/84c635f3-59be-4deb-8133-65496386f7b2/?format=api"
        }
    ]
}