GET /api/bet_types/96f257c8-985c-4328-8ca4-e067b5e0bf14/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "96f257c8-985c-4328-8ca4-e067b5e0bf14",
    "match": "https://api-prod.gambitprofit.com/api/matches/64f831f9-6d02-4377-ab11-40081a4a23de/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-10-12T10:57:57.952958-04:00",
    "high_risk": {
        "possible": true,
        "name": "High Risk",
        "bet": [
            {
                "team": "Miami Dolphins",
                "amount": 10000
            }
        ],
        "expected_reward_tokens": 10900.0,
        "profit_sb": 1400.0,
        "profit_sb_percentage": 14.74,
        "recommended": true
    },
    "med_risk": {
        "possible": false,
        "description": "Too few lines to bet on"
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Miami Dolphins",
                "amount": 8718.0
            },
            {
                "team": "Carolina Panthers",
                "amount": 1282.0
            }
        ],
        "expected_reward_tokens": 9499.62,
        "profit_sb": -0.38,
        "profit_sb_percentage": -0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "80f45034-ab3b-4c24-93bf-cead8b3b914c",
            "gambit_id": "e5990db2-de0a-4578-aeb2-44874e587d32",
            "last_updated": "2023-10-16T18:33:02.822950-04:00",
            "created_at": "2023-10-12T10:57:57.960503-04:00",
            "name": "Miami Dolphins",
            "reward": "1.09000",
            "odds": "1.09090",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/96f257c8-985c-4328-8ca4-e067b5e0bf14/?format=api"
        },
        {
            "id": "c67d9c5d-500f-4faf-8129-6c3ea7a2904e",
            "gambit_id": "b60e313d-265f-49de-a7ed-8eef11d93482",
            "last_updated": "2023-10-16T18:33:02.819675-04:00",
            "created_at": "2023-10-12T10:57:57.956441-04:00",
            "name": "Carolina Panthers",
            "reward": "7.41000",
            "odds": "7.75000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/96f257c8-985c-4328-8ca4-e067b5e0bf14/?format=api"
        }
    ]
}