GET /api/bet_types/3171e78a-45ed-4ef3-ac12-68a8c817fde3/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3171e78a-45ed-4ef3-ac12-68a8c817fde3",
    "match": "https://api-prod.gambitprofit.com/api/matches/1f1120f0-19b2-4cdf-a093-2b45acda7d3b/?format=api",
    "name": "Pick the Winner",
    "created_at": "1969-12-31T19:00:00-05:00",
    "high_risk": {
        "possible": true,
        "name": "High Risk",
        "bet": [
            {
                "team": "Bilibili Gaming",
                "amount": 10000
            }
        ],
        "expected_reward_tokens": 10900.0,
        "profit_sb": 1900.0,
        "profit_sb_percentage": 21.11,
        "recommended": true
    },
    "med_risk": {
        "possible": false,
        "description": "Too few lines to bet on"
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Bilibili Gaming",
                "amount": 8358.0
            },
            {
                "team": "Team WE",
                "amount": 1642.0
            }
        ],
        "expected_reward_tokens": 9110.22,
        "profit_sb": 110.22,
        "profit_sb_percentage": 1.22,
        "recommended": true
    },
    "lines": [
        {
            "id": "d934145a-bc32-4e40-b343-e62b3e69a576",
            "gambit_id": "fd088230-5794-4ac0-95d0-5db2dbb4bd28",
            "last_updated": "2022-08-09T10:22:14.579495-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Bilibili Gaming",
            "reward": "1.09000",
            "odds": "1.10000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3171e78a-45ed-4ef3-ac12-68a8c817fde3/?format=api"
        },
        {
            "id": "29f678d1-55b1-4697-a398-dd09f0b1f6ea",
            "gambit_id": "bf5f15df-141f-4fa0-a5b4-5410b94dd11c",
            "last_updated": "2022-08-09T10:22:14.579044-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Team WE",
            "reward": "5.55000",
            "odds": "6.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3171e78a-45ed-4ef3-ac12-68a8c817fde3/?format=api"
        }
    ]
}