GET /api/bet_types/a8860b24-0637-45d4-9e6b-bd444d51e062/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a8860b24-0637-45d4-9e6b-bd444d51e062",
    "match": "https://api-prod.gambitprofit.com/api/matches/96dff0c7-44c5-44fe-ad52-18ec640c0f5a/?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": "HOU",
                "amount": 5580.0
            },
            {
                "team": "DET",
                "amount": 4420.0
            }
        ],
        "expected_reward_tokens": 9149.4,
        "profit_sb": 149.4,
        "profit_sb_percentage": 1.66,
        "recommended": true
    },
    "lines": [
        {
            "id": "6c10c57d-66b9-4724-92f7-e1ef803b1c24",
            "gambit_id": "0f8082b2-d8eb-432f-bd2d-4603f7f2f978",
            "last_updated": "2022-09-14T10:32:13.817800-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "HOU",
            "reward": "1.64000",
            "odds": "1.71430",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a8860b24-0637-45d4-9e6b-bd444d51e062/?format=api"
        },
        {
            "id": "7a3d76f7-7af8-4093-b916-ec617a7fe168",
            "gambit_id": "ad787683-6fc9-45ed-9d53-092e758ec443",
            "last_updated": "2022-09-14T10:32:13.816792-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "DET",
            "reward": "2.07000",
            "odds": "2.20000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a8860b24-0637-45d4-9e6b-bd444d51e062/?format=api"
        }
    ]
}