GET /api/bet_types/3e433280-5161-435f-9fa0-118eb5714877/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3e433280-5161-435f-9fa0-118eb5714877",
    "match": "https://api-prod.gambitprofit.com/api/matches/21a16e88-10b4-4d2b-b36a-0c69dadd2d74/?format=api",
    "name": "Pick the Winner",
    "created_at": "1969-12-31T19:00:00-05:00",
    "high_risk": {
        "possible": true,
        "name": "High Risk",
        "bet": [
            {
                "team": "Tennessee",
                "amount": 10000
            }
        ],
        "expected_reward_tokens": 10600.0,
        "profit_sb": 1600.0,
        "profit_sb_percentage": 17.78,
        "recommended": true
    },
    "med_risk": {
        "possible": false,
        "description": "Too few lines to bet on"
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Tennessee",
                "amount": 8776.0
            },
            {
                "team": "Missouri",
                "amount": 1224.0
            }
        ],
        "expected_reward_tokens": 9302.4,
        "profit_sb": 302.4,
        "profit_sb_percentage": 3.36,
        "recommended": true
    },
    "lines": [
        {
            "id": "e028dc0a-95e1-43a8-9dc4-ceac6bbc0c75",
            "gambit_id": "9a36119e-0e17-4ac1-83ed-add37411f39d",
            "last_updated": "2022-11-14T10:28:56.906184-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Tennessee",
            "reward": "1.06000",
            "odds": "1.07140",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3e433280-5161-435f-9fa0-118eb5714877/?format=api"
        },
        {
            "id": "aa445af9-59eb-463f-b095-f4b200dc4a9c",
            "gambit_id": "35181117-8050-486f-83f8-e6f1952d9c05",
            "last_updated": "2022-11-14T10:28:56.907146-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Missouri",
            "reward": "7.60000",
            "odds": "8.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3e433280-5161-435f-9fa0-118eb5714877/?format=api"
        }
    ]
}