GET /api/bet_types/e6f3fe7a-ff56-4245-b68a-229e11c2f6d1/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e6f3fe7a-ff56-4245-b68a-229e11c2f6d1",
    "match": "https://api-prod.gambitprofit.com/api/matches/8404692c-61df-4911-bca8-75d03f192446/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-04-09T09:27:11.653574-04:00",
    "high_risk": {
        "possible": true,
        "name": "High Risk",
        "bet": [
            {
                "team": "Los Angeles Lakers",
                "amount": 10000
            }
        ],
        "expected_reward_tokens": 10500.0,
        "profit_sb": 1000.0,
        "profit_sb_percentage": 10.53,
        "recommended": true
    },
    "med_risk": {
        "possible": false,
        "description": "Too few lines to bet on"
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Los Angeles Lakers",
                "amount": 8995.0
            },
            {
                "team": "Utah Jazz",
                "amount": 1005.0
            }
        ],
        "expected_reward_tokens": 9444.75,
        "profit_sb": -55.25,
        "profit_sb_percentage": -0.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "77398582-b013-4a8d-9bb1-5d093988aa5d",
            "gambit_id": "ce413bdc-5187-42a6-bd04-4f22ec3a7f09",
            "last_updated": "2023-04-10T14:37:10.118446-04:00",
            "created_at": "2023-04-09T09:27:11.656346-04:00",
            "name": "Los Angeles Lakers",
            "reward": "1.05000",
            "odds": "1.05260",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e6f3fe7a-ff56-4245-b68a-229e11c2f6d1/?format=api"
        },
        {
            "id": "dfb83159-bd30-465f-b422-a2c9449edb1e",
            "gambit_id": "bd5e3775-5552-4177-8fac-c18815eff269",
            "last_updated": "2023-04-10T14:37:10.121153-04:00",
            "created_at": "2023-04-09T09:27:11.659289-04:00",
            "name": "Utah Jazz",
            "reward": "9.40000",
            "odds": "9.75000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e6f3fe7a-ff56-4245-b68a-229e11c2f6d1/?format=api"
        }
    ]
}