GET /api/bet_types/4c717d7f-26dd-415a-ba6b-9e9851f745ec/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4c717d7f-26dd-415a-ba6b-9e9851f745ec",
    "match": "https://api-prod.gambitprofit.com/api/matches/4e329b51-1b51-4c36-a19d-ae19cca9badb/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-04-02T09:57:07.433454-04:00",
    "high_risk": {
        "possible": true,
        "name": "High Risk",
        "bet": [
            {
                "team": "Toronto Raptors",
                "amount": 10000
            }
        ],
        "expected_reward_tokens": 10700.0,
        "profit_sb": 1200.0,
        "profit_sb_percentage": 12.63,
        "recommended": true
    },
    "med_risk": {
        "possible": false,
        "description": "Too few lines to bet on"
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Toronto Raptors",
                "amount": 8815.0
            },
            {
                "team": "Charlotte Hornets",
                "amount": 1185.0
            }
        ],
        "expected_reward_tokens": 9432.05,
        "profit_sb": -67.95,
        "profit_sb_percentage": -0.72,
        "recommended": false
    },
    "lines": [
        {
            "id": "2139def4-dff7-4874-9be1-c3f11237dbed",
            "gambit_id": "b6e2adc4-666c-4aad-b369-a909134013a6",
            "last_updated": "2023-04-03T20:17:10.836069-04:00",
            "created_at": "2023-04-02T09:57:07.437204-04:00",
            "name": "Toronto Raptors",
            "reward": "1.07000",
            "odds": "1.07690",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4c717d7f-26dd-415a-ba6b-9e9851f745ec/?format=api"
        },
        {
            "id": "6cea7f8b-99d7-4ca5-bc92-f21b547a8e4d",
            "gambit_id": "c3652573-1453-4d3d-ae1b-1264ea4438b9",
            "last_updated": "2023-04-03T20:17:10.833378-04:00",
            "created_at": "2023-04-02T09:57:07.435304-04:00",
            "name": "Charlotte Hornets",
            "reward": "7.96000",
            "odds": "8.25000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4c717d7f-26dd-415a-ba6b-9e9851f745ec/?format=api"
        }
    ]
}