GET /api/bet_types/3117e480-cc1e-4880-ae67-a82dbead14c1/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3117e480-cc1e-4880-ae67-a82dbead14c1",
    "match": "https://api-prod.gambitprofit.com/api/matches/a17b3be7-bbc7-45df-ae5b-92222508d121/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-04-09T09:27:12.171180-04:00",
    "high_risk": {
        "possible": true,
        "name": "High Risk",
        "bet": [
            {
                "team": "Golden State Warriors",
                "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": "Golden State Warriors",
                "amount": 8995.0
            },
            {
                "team": "Portland Trail Blazers",
                "amount": 1005.0
            }
        ],
        "expected_reward_tokens": 9444.75,
        "profit_sb": -55.25,
        "profit_sb_percentage": -0.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "eba8dc52-c5cd-4976-bcd3-36165ca7add1",
            "gambit_id": "2c886648-9980-464f-800a-790e352f6804",
            "last_updated": "2023-04-10T14:47:06.481197-04:00",
            "created_at": "2023-04-09T09:27:12.175906-04:00",
            "name": "Golden State Warriors",
            "reward": "1.05000",
            "odds": "1.05260",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3117e480-cc1e-4880-ae67-a82dbead14c1/?format=api"
        },
        {
            "id": "5d804bc2-e0cf-4b5d-956a-11f87a991dfc",
            "gambit_id": "b6e857ca-57ea-4574-b5aa-38d4bb8badde",
            "last_updated": "2023-04-10T14:47:06.479007-04:00",
            "created_at": "2023-04-09T09:27:12.173419-04:00",
            "name": "Portland Trail Blazers",
            "reward": "9.40000",
            "odds": "9.75000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3117e480-cc1e-4880-ae67-a82dbead14c1/?format=api"
        }
    ]
}