GET /api/bet_types/89e77c31-12e2-48b1-971e-3da4dc81eb71/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "89e77c31-12e2-48b1-971e-3da4dc81eb71",
    "match": "https://api-prod.gambitprofit.com/api/matches/1733fc1c-cec8-45a3-8dc1-7bc3ed50548f/?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": "Los Angeles Galaxy",
                "amount": 6531.0
            },
            {
                "team": "Draw",
                "amount": 3469.0
            }
        ],
        "expected_reward_tokens": 12210.88,
        "profit_sb": 2710.88,
        "profit_sb_percentage": 28.54,
        "recommended": false
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Los Angeles Galaxy",
                "amount": 5006.0
            },
            {
                "team": "Draw",
                "amount": 2659.0
            },
            {
                "team": "Nashville SC",
                "amount": 2334.0
            }
        ],
        "expected_reward_tokens": 9359.34,
        "profit_sb": -140.66,
        "profit_sb_percentage": -1.48,
        "recommended": false
    },
    "lines": [
        {
            "id": "7d71f684-44bb-4ba7-9e2a-1f75b0f8bd0f",
            "gambit_id": "af638097-32e0-4f78-b062-433eded4d72a",
            "last_updated": "2022-10-17T10:21:58.781170-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Los Angeles Galaxy",
            "reward": "1.87000",
            "odds": "1.90000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/89e77c31-12e2-48b1-971e-3da4dc81eb71/?format=api"
        },
        {
            "id": "3f026aab-a79e-46a0-bb98-61c5ba969993",
            "gambit_id": "9c509a26-1d25-49e5-b004-09047bae1bec",
            "last_updated": "2022-10-17T10:21:58.782272-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/89e77c31-12e2-48b1-971e-3da4dc81eb71/?format=api"
        },
        {
            "id": "db9e4dc8-09ff-4fb2-9a22-699bdb6e5454",
            "gambit_id": "413b2227-6216-4bfd-a9fe-706d61d68b01",
            "last_updated": "2022-10-17T10:21:58.779953-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Nashville SC",
            "reward": "4.01000",
            "odds": "4.10000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/89e77c31-12e2-48b1-971e-3da4dc81eb71/?format=api"
        }
    ]
}