GET /api/bet_types/e0f0208e-ac8a-4a69-8d25-01df5d4e43df/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e0f0208e-ac8a-4a69-8d25-01df5d4e43df",
    "match": "https://api-prod.gambitprofit.com/api/matches/84de830f-849a-49b7-ae19-0dd2d03e0564/?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": "FC Cincinnati",
                "amount": 7411.0
            },
            {
                "team": "Draw",
                "amount": 2589.0
            }
        ],
        "expected_reward_tokens": 10744.35,
        "profit_sb": 1744.35,
        "profit_sb_percentage": 19.38,
        "recommended": false
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "FC Cincinnati",
                "amount": 6158.0
            },
            {
                "team": "Draw",
                "amount": 2151.0
            },
            {
                "team": "Charlotte FC",
                "amount": 1691.0
            }
        ],
        "expected_reward_tokens": 8926.65,
        "profit_sb": -73.35,
        "profit_sb_percentage": -0.82,
        "recommended": false
    },
    "lines": [
        {
            "id": "914adddd-82ed-41e9-84d6-4f6b75e722ec",
            "gambit_id": "2456b378-5305-4360-bbb8-e565f8d4c665",
            "last_updated": "2022-09-05T10:52:18.682964-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "FC Cincinnati",
            "reward": "1.45000",
            "odds": "1.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e0f0208e-ac8a-4a69-8d25-01df5d4e43df/?format=api"
        },
        {
            "id": "6c5e1c81-4fcc-41d3-b07e-5165be0b0407",
            "gambit_id": "cc7588bc-701a-4446-b260-206179fa2ec6",
            "last_updated": "2022-09-05T10:52:18.683947-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Draw",
            "reward": "4.15000",
            "odds": "4.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e0f0208e-ac8a-4a69-8d25-01df5d4e43df/?format=api"
        },
        {
            "id": "2d80578e-a5e3-44c2-b8b3-df95e92c9b52",
            "gambit_id": "8dac07f8-f977-4fbf-93c9-d01e59f0a4ea",
            "last_updated": "2022-09-05T10:52:18.681964-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Charlotte FC",
            "reward": "5.28000",
            "odds": "5.75000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e0f0208e-ac8a-4a69-8d25-01df5d4e43df/?format=api"
        }
    ]
}