GET /api/bet_types/6f8a756f-b1c4-450b-8281-0e613eba7b78/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6f8a756f-b1c4-450b-8281-0e613eba7b78",
    "match": "https://api-prod.gambitprofit.com/api/matches/e6ab9d94-780f-489e-86a1-e0978b5e792a/?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": "Paris Saint Germain",
                "amount": 8391.0
            },
            {
                "team": "Draw",
                "amount": 1609.0
            }
        ],
        "expected_reward_tokens": 9814.9,
        "profit_sb": 814.9,
        "profit_sb_percentage": 9.05,
        "recommended": true
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Paris Saint Germain",
                "amount": 7714.0
            },
            {
                "team": "Draw",
                "amount": 1480.0
            },
            {
                "team": "Maccabi Haifa",
                "amount": 806.0
            }
        ],
        "expected_reward_tokens": 9025.38,
        "profit_sb": 25.38,
        "profit_sb_percentage": 0.28,
        "recommended": true
    },
    "lines": [
        {
            "id": "1e507f35-d3f6-4325-9f04-5cc87b7890f5",
            "gambit_id": "69f7dd1b-950d-4c74-908b-3d74e6dab45f",
            "last_updated": "2022-09-15T11:27:21.538381-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Paris Saint Germain",
            "reward": "1.17000",
            "odds": "1.20000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6f8a756f-b1c4-450b-8281-0e613eba7b78/?format=api"
        },
        {
            "id": "d927dc4d-fee0-4876-a434-5a5f3e9c7b45",
            "gambit_id": "23b07682-c8dc-4af7-a55d-cbfaae756e49",
            "last_updated": "2022-09-15T11:27:21.540302-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Draw",
            "reward": "6.10000",
            "odds": "7.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6f8a756f-b1c4-450b-8281-0e613eba7b78/?format=api"
        },
        {
            "id": "b1a061b9-662e-41c8-ae69-9ceeae8a24e2",
            "gambit_id": "0ecea98b-9659-4e14-abc9-ef509ec5dd6a",
            "last_updated": "2022-09-15T11:27:21.539342-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Maccabi Haifa",
            "reward": "11.20000",
            "odds": "13.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6f8a756f-b1c4-450b-8281-0e613eba7b78/?format=api"
        }
    ]
}