GET /api/bet_types/e52ff416-ed31-4cf0-8722-29e85fc75d6b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e52ff416-ed31-4cf0-8722-29e85fc75d6b",
    "match": "https://api-prod.gambitprofit.com/api/matches/22639fb8-62aa-4dfe-ae0e-b1249181f4c8/?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": "Georgia Southern",
                "amount": 5000.0
            },
            {
                "team": "Coastal Carolina",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9250.0,
        "profit_sb": -250.0,
        "profit_sb_percentage": -2.63,
        "recommended": false
    },
    "lines": [
        {
            "id": "737b4c9f-c21f-41e3-9d3f-b5f376a894af",
            "gambit_id": "81e076db-f5c0-4054-894c-99fd89c4a6cb",
            "last_updated": "2022-10-02T20:47:14.421215-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Georgia Southern",
            "reward": "1.85000",
            "odds": "1.90910",
            "spread": "10.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e52ff416-ed31-4cf0-8722-29e85fc75d6b/?format=api"
        },
        {
            "id": "b3eceeea-05d2-4540-8758-78a3719a3872",
            "gambit_id": "63ac4081-22e1-456c-8b5f-1b78d39ed268",
            "last_updated": "2022-10-02T20:47:14.420157-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Coastal Carolina",
            "reward": "1.85000",
            "odds": "1.90910",
            "spread": "-10.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e52ff416-ed31-4cf0-8722-29e85fc75d6b/?format=api"
        }
    ]
}