GET /api/bet_types/010cdddc-7484-413b-8c52-f8d9b93d6cb5/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "010cdddc-7484-413b-8c52-f8d9b93d6cb5",
    "match": "https://api-prod.gambitprofit.com/api/matches/24382dea-c9c2-45c3-bc4b-31e6da338530/?format=api",
    "name": "Pick the Winner",
    "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": "Nevada",
                "amount": 6104.0
            },
            {
                "team": "Colorado State",
                "amount": 3896.0
            }
        ],
        "expected_reward_tokens": 9583.28,
        "profit_sb": 83.28,
        "profit_sb_percentage": 0.88,
        "recommended": true
    },
    "lines": [
        {
            "id": "75b6afab-9432-4a36-819e-db9ca3c1d436",
            "gambit_id": "3fe862c1-a3e1-40f9-a3ca-a397985b0fcd",
            "last_updated": "2022-10-08T09:02:07.595574-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Nevada",
            "reward": "1.57000",
            "odds": "1.58820",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/010cdddc-7484-413b-8c52-f8d9b93d6cb5/?format=api"
        },
        {
            "id": "33f7a11c-4cd4-4c0b-aa85-9c6766c60f14",
            "gambit_id": "70c8f33d-3cfe-4e02-a5a6-1f51adf6e6c8",
            "last_updated": "2022-10-08T09:02:07.596540-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Colorado State",
            "reward": "2.46000",
            "odds": "2.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/010cdddc-7484-413b-8c52-f8d9b93d6cb5/?format=api"
        }
    ]
}