GET /api/bet_types/7bac4bc6-c6fe-409a-89da-8b37e59b8f2c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7bac4bc6-c6fe-409a-89da-8b37e59b8f2c",
    "match": "https://api-prod.gambitprofit.com/api/matches/a87f265f-1d43-497d-8ed7-0ed719b56fa2/?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": "Seattle Seahawks",
                "amount": 5097.0
            },
            {
                "team": "Los Angeles Rams",
                "amount": 4903.0
            }
        ],
        "expected_reward_tokens": 8970.72,
        "profit_sb": -29.28,
        "profit_sb_percentage": -0.33,
        "recommended": false
    },
    "lines": [
        {
            "id": "02540486-1277-46ab-895a-2d196e3920bb",
            "gambit_id": "2e0358c2-3593-458f-9d86-0624e945dcab",
            "last_updated": "2022-12-05T15:27:06.259801-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Seattle Seahawks",
            "reward": "1.76000",
            "odds": "1.86960",
            "spread": "-6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7bac4bc6-c6fe-409a-89da-8b37e59b8f2c/?format=api"
        },
        {
            "id": "9f3e7b81-cf6c-4a34-a024-15fd29ba44bf",
            "gambit_id": "f9d632fc-ad1f-47d0-9155-b901fbb98d95",
            "last_updated": "2022-12-05T15:27:06.258791-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Los Angeles Rams",
            "reward": "1.83000",
            "odds": "1.95240",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7bac4bc6-c6fe-409a-89da-8b37e59b8f2c/?format=api"
        }
    ]
}