GET /api/bet_types/7a1d817d-c6aa-4ce8-adf4-527f827bf6c1/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7a1d817d-c6aa-4ce8-adf4-527f827bf6c1",
    "match": "https://api-prod.gambitprofit.com/api/matches/59b81554-0f48-4e08-be02-df08858a2e3f/?format=api",
    "name": "Pick the Winner",
    "created_at": "2024-01-07T09:07:56.522201-05:00",
    "high_risk": {
        "possible": true,
        "name": "High Risk",
        "bet": [
            {
                "team": "Denver Nuggets",
                "amount": 10000
            }
        ],
        "expected_reward_tokens": 10600.0,
        "profit_sb": 1100.0,
        "profit_sb_percentage": 11.58,
        "recommended": true
    },
    "med_risk": {
        "possible": false,
        "description": "Too few lines to bet on"
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Denver Nuggets",
                "amount": 8907.0
            },
            {
                "team": "Detroit Pistons",
                "amount": 1093.0
            }
        ],
        "expected_reward_tokens": 9441.42,
        "profit_sb": -58.58,
        "profit_sb_percentage": -0.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "4cadffec-a583-470c-9c2d-124e46970776",
            "gambit_id": "554b3b0c-e606-443a-a6b6-3b4803f34742",
            "last_updated": "2024-01-09T10:38:22.827243-05:00",
            "created_at": "2024-01-07T09:07:56.530375-05:00",
            "name": "Denver Nuggets",
            "reward": "1.06000",
            "odds": "1.06250",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7a1d817d-c6aa-4ce8-adf4-527f827bf6c1/?format=api"
        },
        {
            "id": "76f2da79-8664-4bfc-a1c4-ff4a4e7b4bb2",
            "gambit_id": "b53bac4f-2735-45a6-9908-dcd6e356bc7a",
            "last_updated": "2024-01-09T10:38:22.823457-05:00",
            "created_at": "2024-01-07T09:07:56.526008-05:00",
            "name": "Detroit Pistons",
            "reward": "8.64000",
            "odds": "9.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7a1d817d-c6aa-4ce8-adf4-527f827bf6c1/?format=api"
        }
    ]
}