GET /api/bet_types/9cff181e-e38d-4ddf-b9bb-831a5e8d621b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9cff181e-e38d-4ddf-b9bb-831a5e8d621b",
    "match": "https://api-prod.gambitprofit.com/api/matches/6934b0a5-c723-43b4-b49d-26488f700489/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-09-05T16:47:55.216279-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": "ATL",
                "amount": 5107.0
            },
            {
                "team": "STL",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "7f8302ab-7d10-412b-b584-f4db4912cb2c",
            "gambit_id": "5b6b19b3-028a-4ad0-8c26-4b1e52a4395b",
            "last_updated": "2023-09-06T22:53:26.158398-04:00",
            "created_at": "2023-09-05T16:47:55.224822-04:00",
            "name": "ATL",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9cff181e-e38d-4ddf-b9bb-831a5e8d621b/?format=api"
        },
        {
            "id": "c017a227-01f9-4b54-bf65-87405ecb882c",
            "gambit_id": "1912b4d1-92a9-4303-a120-6c4d10e906ad",
            "last_updated": "2023-09-06T22:53:26.154848-04:00",
            "created_at": "2023-09-05T16:47:55.220764-04:00",
            "name": "STL",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9cff181e-e38d-4ddf-b9bb-831a5e8d621b/?format=api"
        }
    ]
}