GET /api/bet_types/4b938803-ed4e-4f11-ae3f-69ef7d81ab4c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4b938803-ed4e-4f11-ae3f-69ef7d81ab4c",
    "match": "https://api-prod.gambitprofit.com/api/matches/6101c1fe-585f-41ee-a957-e53a0f0bb343/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-08-27T08:13:18.148670-04: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": "TOR",
                "amount": 5213.0
            },
            {
                "team": "CLE",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "b30d5063-0f21-46a9-8326-fa98715bad59",
            "gambit_id": "85c5e668-f0fe-45f0-8ad2-ac846d99164d",
            "last_updated": "2023-08-29T09:08:31.300463-04:00",
            "created_at": "2023-08-27T08:13:18.156904-04:00",
            "name": "TOR",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4b938803-ed4e-4f11-ae3f-69ef7d81ab4c/?format=api"
        },
        {
            "id": "1e154aaf-a532-4650-8afb-bf71d2e03f9d",
            "gambit_id": "4dadffbc-2c6c-4383-b940-844a9423888a",
            "last_updated": "2023-08-29T09:08:31.296355-04:00",
            "created_at": "2023-08-27T08:13:18.152193-04:00",
            "name": "CLE",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4b938803-ed4e-4f11-ae3f-69ef7d81ab4c/?format=api"
        }
    ]
}