GET /api/bet_types/e8beb5ed-6300-49c3-b9ff-3fad38d48449/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e8beb5ed-6300-49c3-b9ff-3fad38d48449",
    "match": "https://api-prod.gambitprofit.com/api/matches/36858e3d-9009-469e-8a1d-7d35013f3f88/?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": "New York City FC",
                "amount": 5605.0
            },
            {
                "team": "New York Red Bulls",
                "amount": 4395.0
            }
        ],
        "expected_reward_tokens": 12611.25,
        "profit_sb": 3611.25,
        "profit_sb_percentage": 40.12,
        "recommended": false
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "New York City FC",
                "amount": 3931.0
            },
            {
                "team": "New York Red Bulls",
                "amount": 3082.0
            },
            {
                "team": "Draw",
                "amount": 2988.0
            }
        ],
        "expected_reward_tokens": 8844.48,
        "profit_sb": -155.52,
        "profit_sb_percentage": -1.73,
        "recommended": false
    },
    "lines": [
        {
            "id": "f74d00ec-039d-4fe3-848d-5ddb6daa8bfd",
            "gambit_id": "3e925a87-ebc5-4b51-b9a5-a53d641fc614",
            "last_updated": "2022-09-19T10:11:57.584890-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "New York City FC",
            "reward": "2.25000",
            "odds": "2.40000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e8beb5ed-6300-49c3-b9ff-3fad38d48449/?format=api"
        },
        {
            "id": "f98ec1f6-7cbc-4d5d-a672-8948b110a103",
            "gambit_id": "3759b974-6ba3-4ea5-affd-66e22ea64c50",
            "last_updated": "2022-09-19T10:11:57.583679-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "New York Red Bulls",
            "reward": "2.87000",
            "odds": "3.10000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e8beb5ed-6300-49c3-b9ff-3fad38d48449/?format=api"
        },
        {
            "id": "0d40b2f3-ad47-4be0-ac53-15d0625909c8",
            "gambit_id": "cc7dbec7-bed5-4120-873b-2cd8fed2f4c7",
            "last_updated": "2022-09-19T10:11:57.586042-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Draw",
            "reward": "2.96000",
            "odds": "3.20000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e8beb5ed-6300-49c3-b9ff-3fad38d48449/?format=api"
        }
    ]
}