GET /api/bet_types/f9781748-7d2a-4e5c-b365-15ce16d1c68a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f9781748-7d2a-4e5c-b365-15ce16d1c68a",
    "match": "https://api-prod.gambitprofit.com/api/matches/0146886c-357f-4196-8159-a59063c70184/?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": "CLE",
                "amount": 6336.0
            },
            {
                "team": "TEX",
                "amount": 3664.0
            }
        ],
        "expected_reward_tokens": 9123.36,
        "profit_sb": 123.36,
        "profit_sb_percentage": 1.37,
        "recommended": true
    },
    "lines": [
        {
            "id": "7faa855c-5b23-4ef0-b0cb-f3ae1161b2c9",
            "gambit_id": "95d2aaf2-ae73-4850-823f-53af9a5395fd",
            "last_updated": "2022-09-24T21:12:26.480724-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "CLE",
            "reward": "1.44000",
            "odds": "1.50000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f9781748-7d2a-4e5c-b365-15ce16d1c68a/?format=api"
        },
        {
            "id": "ef214797-8230-4965-91db-8714ddff5848",
            "gambit_id": "d6b904ca-023d-436e-b5ee-0812b7ab49af",
            "last_updated": "2022-09-24T21:12:26.479723-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "TEX",
            "reward": "2.49000",
            "odds": "2.70000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f9781748-7d2a-4e5c-b365-15ce16d1c68a/?format=api"
        }
    ]
}