GET /api/bet_types/975d150e-9a15-42fa-9e80-4a1ca7ef87c3/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "975d150e-9a15-42fa-9e80-4a1ca7ef87c3",
    "match": "https://api-prod.gambitprofit.com/api/matches/2387227c-ba63-4ad8-b2f7-76e5f27750da/?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": "Inter Milan",
                "amount": 7468.0
            },
            {
                "team": "Draw",
                "amount": 2532.0
            }
        ],
        "expected_reward_tokens": 10455.2,
        "profit_sb": 1455.2,
        "profit_sb_percentage": 16.17,
        "recommended": true
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Inter Milan",
                "amount": 6347.0
            },
            {
                "team": "Draw",
                "amount": 2152.0
            },
            {
                "team": "FC Viktoria Plzen",
                "amount": 1501.0
            }
        ],
        "expected_reward_tokens": 8885.8,
        "profit_sb": -114.2,
        "profit_sb_percentage": -1.27,
        "recommended": false
    },
    "lines": [
        {
            "id": "080a7b6c-3b71-4e63-8776-86afb2e697f0",
            "gambit_id": "668e4dfc-559d-4932-9a33-3eb1c0163b60",
            "last_updated": "2022-09-14T11:22:09.698559-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Inter Milan",
            "reward": "1.40000",
            "odds": "1.45000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/975d150e-9a15-42fa-9e80-4a1ca7ef87c3/?format=api"
        },
        {
            "id": "f4968396-f15e-42b1-9823-0b05563046c6",
            "gambit_id": "75705744-64f9-46ef-a3d6-6826e92b4883",
            "last_updated": "2022-09-14T11:22:09.700671-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Draw",
            "reward": "4.13000",
            "odds": "4.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/975d150e-9a15-42fa-9e80-4a1ca7ef87c3/?format=api"
        },
        {
            "id": "3da228e4-233d-4f01-95c8-8f8c42eac9ae",
            "gambit_id": "a2fda8c9-d08d-4bd0-ab9a-c34960cf868a",
            "last_updated": "2022-09-14T11:22:09.699678-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "FC Viktoria Plzen",
            "reward": "5.92000",
            "odds": "6.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/975d150e-9a15-42fa-9e80-4a1ca7ef87c3/?format=api"
        }
    ]
}