GET /api/bet_types/7636b99a-336a-4a5c-b297-4db2aeab0a6d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7636b99a-336a-4a5c-b297-4db2aeab0a6d",
    "match": "https://api-prod.gambitprofit.com/api/matches/fbee7cb5-d15c-4117-9f25-8e8f53a495a9/?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": "Sporting CP",
                "amount": 5600.0
            },
            {
                "team": "Olympique Marseille",
                "amount": 4400.0
            }
        ],
        "expected_reward_tokens": 12936.0,
        "profit_sb": 3436.0,
        "profit_sb_percentage": 36.17,
        "recommended": false
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Sporting CP",
                "amount": 4016.0
            },
            {
                "team": "Olympique Marseille",
                "amount": 3156.0
            },
            {
                "team": "Draw",
                "amount": 2828.0
            }
        ],
        "expected_reward_tokens": 9275.84,
        "profit_sb": -224.16,
        "profit_sb_percentage": -2.36,
        "recommended": false
    },
    "lines": [
        {
            "id": "a3344861-9a4b-4da6-8db6-7377a26c5df4",
            "gambit_id": "58e7f16f-d5b6-4f69-bda4-6729b502b71d",
            "last_updated": "2022-10-13T09:52:28.897549-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Sporting CP",
            "reward": "2.31000",
            "odds": "2.35000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7636b99a-336a-4a5c-b297-4db2aeab0a6d/?format=api"
        },
        {
            "id": "b1749eaa-a975-476b-83c1-febddc08869a",
            "gambit_id": "83adc383-3907-4dfd-9d41-9d31842bb9ad",
            "last_updated": "2022-10-13T09:52:28.896439-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Olympique Marseille",
            "reward": "2.94000",
            "odds": "3.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7636b99a-336a-4a5c-b297-4db2aeab0a6d/?format=api"
        },
        {
            "id": "82a00f9f-0a7d-41fe-be46-83de3583adfc",
            "gambit_id": "4ccefdf9-8a53-46e9-aa66-a9c8a708ed1a",
            "last_updated": "2022-10-13T09:52:28.898661-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Draw",
            "reward": "3.28000",
            "odds": "3.35000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7636b99a-336a-4a5c-b297-4db2aeab0a6d/?format=api"
        }
    ]
}