GET /api/bet_types/8c50b3e1-0805-4e9d-8a2d-39ca2af12adb/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8c50b3e1-0805-4e9d-8a2d-39ca2af12adb",
    "match": "https://api-prod.gambitprofit.com/api/matches/81059e3a-8880-44f4-a5de-59375f8e30c4/?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": "Manchester United",
                "amount": 6294.0
            },
            {
                "team": "Newcastle United",
                "amount": 3706.0
            }
        ],
        "expected_reward_tokens": 12711.58,
        "profit_sb": 3211.58,
        "profit_sb_percentage": 33.81,
        "recommended": false
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Manchester United",
                "amount": 4624.0
            },
            {
                "team": "Newcastle United",
                "amount": 2723.0
            },
            {
                "team": "Draw",
                "amount": 2653.0
            }
        ],
        "expected_reward_tokens": 9338.56,
        "profit_sb": -161.44,
        "profit_sb_percentage": -1.7,
        "recommended": false
    },
    "lines": [
        {
            "id": "107dfa0d-c9c4-47b7-837a-421a81d25735",
            "gambit_id": "f5f4fa3d-10d4-4b0a-a8c0-405d75c722e6",
            "last_updated": "2022-10-17T10:17:15.907448-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Manchester United",
            "reward": "2.02000",
            "odds": "2.05000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8c50b3e1-0805-4e9d-8a2d-39ca2af12adb/?format=api"
        },
        {
            "id": "1ccd2880-32af-459d-a6ca-5a7d1c358be1",
            "gambit_id": "cba29669-475d-43d6-8c46-d5485cea6c50",
            "last_updated": "2022-10-17T10:17:15.905506-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Newcastle United",
            "reward": "3.43000",
            "odds": "3.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8c50b3e1-0805-4e9d-8a2d-39ca2af12adb/?format=api"
        },
        {
            "id": "a726415e-d22d-438a-b8f6-181466def17b",
            "gambit_id": "6cc2988f-b4a5-408e-a385-178351a76cf3",
            "last_updated": "2022-10-17T10:17:15.906470-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Draw",
            "reward": "3.52000",
            "odds": "3.60000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8c50b3e1-0805-4e9d-8a2d-39ca2af12adb/?format=api"
        }
    ]
}