GET /api/bet_types/fafe4a9b-72ae-429c-8d5b-77aa12bdd6fe/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "fafe4a9b-72ae-429c-8d5b-77aa12bdd6fe",
    "match": "https://api-prod.gambitprofit.com/api/matches/230bed90-8437-44be-8ca5-5ebac4d8b622/?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": 8086.0
            },
            {
                "team": "Draw",
                "amount": 1914.0
            }
        ],
        "expected_reward_tokens": 10105.92,
        "profit_sb": 1105.92,
        "profit_sb_percentage": 12.29,
        "recommended": true
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Paris Saint Germain",
                "amount": 7241.0
            },
            {
                "team": "Draw",
                "amount": 1714.0
            },
            {
                "team": "Juventus",
                "amount": 1045.0
            }
        ],
        "expected_reward_tokens": 9049.7,
        "profit_sb": 49.7,
        "profit_sb_percentage": 0.55,
        "recommended": true
    },
    "lines": [
        {
            "id": "a3732b7f-a474-4e87-968c-6febeb8dcada",
            "gambit_id": "9b394adf-a687-4b23-a90a-6a12edc3374e",
            "last_updated": "2022-09-07T12:46:56.808152-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Paris Saint Germain",
            "reward": "1.25000",
            "odds": "1.28000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fafe4a9b-72ae-429c-8d5b-77aa12bdd6fe/?format=api"
        },
        {
            "id": "10bf73fe-c736-4914-9d46-73bd25c4a33e",
            "gambit_id": "67ed6e6b-6865-4521-806d-9ead2243b415",
            "last_updated": "2022-09-07T12:46:56.809186-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Draw",
            "reward": "5.28000",
            "odds": "5.75000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fafe4a9b-72ae-429c-8d5b-77aa12bdd6fe/?format=api"
        },
        {
            "id": "b7c854b7-6f1f-473e-80a7-90781a299567",
            "gambit_id": "02c397d6-276c-4da5-9d29-0f5a974e9e87",
            "last_updated": "2022-09-07T12:46:56.807205-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Juventus",
            "reward": "8.66000",
            "odds": "9.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fafe4a9b-72ae-429c-8d5b-77aa12bdd6fe/?format=api"
        }
    ]
}