GET /api/bet_types/6b93919b-073c-4693-aec2-8f24e150b422/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6b93919b-073c-4693-aec2-8f24e150b422",
    "match": "https://api-prod.gambitprofit.com/api/matches/eb059064-e6a3-41e5-8f17-0922887abffa/?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": 5995.0
            },
            {
                "team": "COL",
                "amount": 4005.0
            }
        ],
        "expected_reward_tokens": 9291.6,
        "profit_sb": 291.6,
        "profit_sb_percentage": 3.24,
        "recommended": true
    },
    "lines": [
        {
            "id": "f6c1a842-b316-4639-ae0c-639b4ea82cb0",
            "gambit_id": "d23695bf-90fc-4d13-958e-4f8866b7b79e",
            "last_updated": "2022-08-15T14:12:16.208693-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "ARI",
            "reward": "1.55000",
            "odds": "1.60610",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6b93919b-073c-4693-aec2-8f24e150b422/?format=api"
        },
        {
            "id": "fa47254f-500c-410a-b072-28960ecd16b6",
            "gambit_id": "2cd49cb1-1a20-46dd-9ef9-991a7826bc1f",
            "last_updated": "2022-08-15T14:12:16.208245-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "COL",
            "reward": "2.32000",
            "odds": "2.45000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6b93919b-073c-4693-aec2-8f24e150b422/?format=api"
        }
    ]
}