GET /api/bet_types/76700b71-1b93-4646-b63f-b5c1eb1e4cd8/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "76700b71-1b93-4646-b63f-b5c1eb1e4cd8",
    "match": "https://api-prod.gambitprofit.com/api/matches/1e051c2e-3c64-4b5a-b526-9b772e956faf/?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": "DET",
                "amount": 5680.0
            },
            {
                "team": "TEX",
                "amount": 4320.0
            }
        ],
        "expected_reward_tokens": 9201.6,
        "profit_sb": 201.6,
        "profit_sb_percentage": 2.24,
        "recommended": true
    },
    "lines": [
        {
            "id": "43328861-6da7-4431-b227-9415ecfb4e43",
            "gambit_id": "c80997d9-7a86-464c-9499-4573555053a7",
            "last_updated": "2022-08-27T12:32:00.447319-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "DET",
            "reward": "1.62000",
            "odds": "1.68970",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/76700b71-1b93-4646-b63f-b5c1eb1e4cd8/?format=api"
        },
        {
            "id": "955f795b-46a8-408f-8a92-1f9b7a6814fa",
            "gambit_id": "e0539b68-05c6-40d5-85aa-0a921cb58268",
            "last_updated": "2022-08-27T12:32:00.446873-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "TEX",
            "reward": "2.13000",
            "odds": "2.25000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/76700b71-1b93-4646-b63f-b5c1eb1e4cd8/?format=api"
        }
    ]
}