GET /api/bet_types/87a6a3f0-d122-40c2-8ae2-b873799f1a7b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "87a6a3f0-d122-40c2-8ae2-b873799f1a7b",
    "match": "https://api-prod.gambitprofit.com/api/matches/668d5e99-ca02-4eee-9d62-f58a54b9ab90/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-05-09T11:07:06.915532-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": "Denver Nuggets",
                "amount": 5000.0
            },
            {
                "team": "Phoenix Suns",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "39a92025-78cb-4877-b9f1-f56384741899",
            "gambit_id": "81bd00ef-8643-45f5-9b9a-5c98fff23f3b",
            "last_updated": "2023-05-10T16:02:11.757810-04:00",
            "created_at": "2023-05-09T11:07:06.918043-04:00",
            "name": "Denver Nuggets",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/87a6a3f0-d122-40c2-8ae2-b873799f1a7b/?format=api"
        },
        {
            "id": "75a94f46-ab03-4f4e-8a54-4513ff8c98dd",
            "gambit_id": "c6c587d2-6820-4129-b73c-9a72c2ed390c",
            "last_updated": "2023-05-10T16:02:11.759780-04:00",
            "created_at": "2023-05-09T11:07:06.920423-04:00",
            "name": "Phoenix Suns",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/87a6a3f0-d122-40c2-8ae2-b873799f1a7b/?format=api"
        }
    ]
}