GET /api/bet_types/874be7d8-de28-4353-8e42-06f6d6852098/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "874be7d8-de28-4353-8e42-06f6d6852098",
    "match": "https://api-prod.gambitprofit.com/api/matches/857e29fe-15d0-4bc2-a40d-df5ce7c8f9c3/?format=api",
    "name": "Play the Odds",
    "created_at": "1969-12-31T19:00:00-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": "Troy",
                "amount": 5000.0
            },
            {
                "team": "UL Lafayette",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "df5a36e9-c041-4875-b60e-32786abf2af5",
            "gambit_id": "379df5e2-2334-447f-91ad-d70537457681",
            "last_updated": "2022-11-06T16:03:36.025518-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Troy",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-3.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/874be7d8-de28-4353-8e42-06f6d6852098/?format=api"
        },
        {
            "id": "4ba386a2-e858-4aa2-926c-88dff1a30a3f",
            "gambit_id": "e42f6e9f-1d07-434e-9116-0c169f719e04",
            "last_updated": "2022-11-06T16:03:36.024559-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "UL Lafayette",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "3.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/874be7d8-de28-4353-8e42-06f6d6852098/?format=api"
        }
    ]
}