GET /api/bet_types/4cfe4e96-624b-48f9-899c-f596efcb788b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4cfe4e96-624b-48f9-899c-f596efcb788b",
    "match": "https://api-prod.gambitprofit.com/api/matches/5e7a30aa-1347-4620-95eb-7cb26665ee33/?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": "ARI",
                "amount": 5399.0
            },
            {
                "team": "SDG",
                "amount": 4601.0
            }
        ],
        "expected_reward_tokens": 9016.33,
        "profit_sb": 16.33,
        "profit_sb_percentage": 0.18,
        "recommended": true
    },
    "lines": [
        {
            "id": "d7170722-4e94-4835-93c5-399c0237780b",
            "gambit_id": "e84b320a-6fe9-4b3f-be5f-088d0349b71c",
            "last_updated": "2022-09-19T11:47:12.541140-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "ARI",
            "reward": "1.67000",
            "odds": "1.76920",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4cfe4e96-624b-48f9-899c-f596efcb788b/?format=api"
        },
        {
            "id": "ed8a1930-af0e-4662-ab50-e86cb3cc12ca",
            "gambit_id": "9650be37-3ac4-470a-8de7-207050e937ae",
            "last_updated": "2022-09-19T11:47:12.542129-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "SDG",
            "reward": "1.96000",
            "odds": "2.10000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4cfe4e96-624b-48f9-899c-f596efcb788b/?format=api"
        }
    ]
}