GET /api/bet_types/5e53e167-39fa-4ba4-924b-afeb7fb655b5/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5e53e167-39fa-4ba4-924b-afeb7fb655b5",
    "match": "https://api-prod.gambitprofit.com/api/matches/c1b5decc-1da1-41df-afff-187c12cd240c/?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": "STL",
                "amount": 5207.0
            },
            {
                "team": "PIT",
                "amount": 4793.0
            }
        ],
        "expected_reward_tokens": 9058.77,
        "profit_sb": 58.77,
        "profit_sb_percentage": 0.65,
        "recommended": true
    },
    "lines": [
        {
            "id": "adae8e69-df19-4a68-86ef-1a879ddca681",
            "gambit_id": "bb9ed706-ef7a-4347-971c-09a8eb8671d7",
            "last_updated": "2022-09-10T22:07:26.628437-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "STL",
            "reward": "1.74000",
            "odds": "1.83330",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5e53e167-39fa-4ba4-924b-afeb7fb655b5/?format=api"
        },
        {
            "id": "8cce9d39-1fa5-45a2-b7c7-34ffcc1e61bf",
            "gambit_id": "d57bbe18-26bf-45d6-95bc-5c118f9159ae",
            "last_updated": "2022-09-10T22:07:26.627296-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "PIT",
            "reward": "1.89000",
            "odds": "2.00000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5e53e167-39fa-4ba4-924b-afeb7fb655b5/?format=api"
        }
    ]
}