GET /api/bet_types/0d594596-1b11-46aa-9701-3ca177ea28fe/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "0d594596-1b11-46aa-9701-3ca177ea28fe",
    "match": "https://api-prod.gambitprofit.com/api/matches/59900ff5-da11-4667-808b-1951152cc8fa/?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": "Chelsea",
                "amount": 6994.0
            },
            {
                "team": "Draw",
                "amount": 3006.0
            }
        ],
        "expected_reward_tokens": 11120.46,
        "profit_sb": 2120.46,
        "profit_sb_percentage": 23.56,
        "recommended": false
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Chelsea",
                "amount": 5633.0
            },
            {
                "team": "Draw",
                "amount": 2420.0
            },
            {
                "team": "Southampton",
                "amount": 1947.0
            }
        ],
        "expected_reward_tokens": 8954.0,
        "profit_sb": -46.0,
        "profit_sb_percentage": -0.51,
        "recommended": false
    },
    "lines": [
        {
            "id": "8c8df2d1-6f4a-4f54-af69-e8d813477649",
            "gambit_id": "54ac458a-705e-45fb-8510-b9b419673d3d",
            "last_updated": "2022-08-31T18:37:14.664885-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Chelsea",
            "reward": "1.59000",
            "odds": "1.65000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0d594596-1b11-46aa-9701-3ca177ea28fe/?format=api"
        },
        {
            "id": "6cd8d42a-6c79-40d3-94e2-f2fa67474e67",
            "gambit_id": "b2ec80d1-6c8c-49c9-8f54-8188e0a5fe92",
            "last_updated": "2022-08-31T18:37:14.666159-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Draw",
            "reward": "3.70000",
            "odds": "4.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0d594596-1b11-46aa-9701-3ca177ea28fe/?format=api"
        },
        {
            "id": "c7964e60-602b-4d43-ac4f-6c28bdaa4dd3",
            "gambit_id": "3828213b-e51a-4336-aa0c-206799a044b5",
            "last_updated": "2022-08-31T18:37:14.665514-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Southampton",
            "reward": "4.60000",
            "odds": "5.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0d594596-1b11-46aa-9701-3ca177ea28fe/?format=api"
        }
    ]
}