GET /api/bet_types/d0c14e75-a7c3-4a7d-93dd-e78333e9be72/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d0c14e75-a7c3-4a7d-93dd-e78333e9be72",
    "match": "https://api-prod.gambitprofit.com/api/matches/c15e85d3-8136-4a6e-acd2-9526520c1506/?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": "Wolverhampton Wanderers",
                "amount": 5356.0
            },
            {
                "team": "Newcastle United",
                "amount": 4644.0
            }
        ],
        "expected_reward_tokens": 12585.24,
        "profit_sb": 3585.24,
        "profit_sb_percentage": 39.84,
        "recommended": false
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Wolverhampton Wanderers",
                "amount": 3784.0
            },
            {
                "team": "Newcastle United",
                "amount": 3281.0
            },
            {
                "team": "Draw",
                "amount": 2935.0
            }
        ],
        "expected_reward_tokens": 8891.51,
        "profit_sb": -108.49,
        "profit_sb_percentage": -1.21,
        "recommended": false
    },
    "lines": [
        {
            "id": "3182ae2f-36f0-40fd-ba8a-1c393dc99e90",
            "gambit_id": "b0c86817-3821-407d-a8df-a24ba4277e0a",
            "last_updated": "2022-08-29T14:17:14.699344-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Wolverhampton Wanderers",
            "reward": "2.35000",
            "odds": "2.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d0c14e75-a7c3-4a7d-93dd-e78333e9be72/?format=api"
        },
        {
            "id": "b9385879-cc92-4e35-827c-1fb00e8741f7",
            "gambit_id": "0454be68-dd4b-4d02-80ec-64bd42bcbb40",
            "last_updated": "2022-08-29T14:17:14.698865-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Newcastle United",
            "reward": "2.71000",
            "odds": "2.90000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d0c14e75-a7c3-4a7d-93dd-e78333e9be72/?format=api"
        },
        {
            "id": "b7946d91-b844-4894-82e9-7b7ae70b4a1d",
            "gambit_id": "38d7215b-fa4c-4a19-97a6-991de29ba9da",
            "last_updated": "2022-08-29T14:17:14.699823-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Draw",
            "reward": "3.03000",
            "odds": "3.25000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d0c14e75-a7c3-4a7d-93dd-e78333e9be72/?format=api"
        }
    ]
}