GET /api/bet_types/2826b9bf-3b4e-499f-ab7b-8101608bc332/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2826b9bf-3b4e-499f-ab7b-8101608bc332",
    "match": "https://api-prod.gambitprofit.com/api/matches/4fe8139a-2556-4543-bdce-81abdb6cd335/?format=api",
    "name": "Pick the Winner",
    "created_at": "1969-12-31T19:00:00-05:00",
    "high_risk": {
        "possible": false,
        "description": "There is no line under 1.10 reward"
    },
    "med_risk": {
        "possible": true,
        "name": "Med Risk",
        "bet": [
            {
                "team": "Los Angeles Galaxy",
                "amount": 5417.0
            },
            {
                "team": "Vancouver Whitecaps FC",
                "amount": 4583.0
            }
        ],
        "expected_reward_tokens": 11915.8,
        "profit_sb": 2915.8,
        "profit_sb_percentage": 32.4,
        "recommended": false
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Los Angeles Galaxy",
                "amount": 4026.0
            },
            {
                "team": "Vancouver Whitecaps FC",
                "amount": 3407.0
            },
            {
                "team": "Draw",
                "amount": 2567.0
            }
        ],
        "expected_reward_tokens": 8856.15,
        "profit_sb": -143.85,
        "profit_sb_percentage": -1.6,
        "recommended": false
    },
    "lines": [
        {
            "id": "ddfa100a-78c4-48ec-af04-fb5551bbd0f2",
            "gambit_id": "22ff485d-8610-4131-889e-c9d5a97638b3",
            "last_updated": "2022-09-16T11:41:57.917972-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Los Angeles Galaxy",
            "reward": "2.20000",
            "odds": "2.35000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2826b9bf-3b4e-499f-ab7b-8101608bc332/?format=api"
        },
        {
            "id": "8e8b737e-e4fe-4529-9f4c-6409a2519871",
            "gambit_id": "fae53b22-55b4-4bad-ba63-d499163a26db",
            "last_updated": "2022-09-16T11:41:57.918931-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Vancouver Whitecaps FC",
            "reward": "2.60000",
            "odds": "2.80000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2826b9bf-3b4e-499f-ab7b-8101608bc332/?format=api"
        },
        {
            "id": "536354fa-0495-461b-bd2d-009dea36ce8b",
            "gambit_id": "86e82849-12f8-4be6-ad98-7989e9912703",
            "last_updated": "2022-09-16T11:41:57.919920-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Draw",
            "reward": "3.45000",
            "odds": "3.75000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2826b9bf-3b4e-499f-ab7b-8101608bc332/?format=api"
        }
    ]
}