GET /api/bet_types/3c8b30c7-6f00-4761-a940-356dd1f4a73c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3c8b30c7-6f00-4761-a940-356dd1f4a73c",
    "match": "https://api-prod.gambitprofit.com/api/matches/e6309e91-6ac2-4c2d-b6ed-c8382072448b/?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": "Seattle Sounders",
                "amount": 6767.0
            },
            {
                "team": "Draw",
                "amount": 3233.0
            }
        ],
        "expected_reward_tokens": 11638.8,
        "profit_sb": 2638.8,
        "profit_sb_percentage": 29.32,
        "recommended": false
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Seattle Sounders",
                "amount": 5171.0
            },
            {
                "team": "Draw",
                "amount": 2470.0
            },
            {
                "team": "Austin FC",
                "amount": 2359.0
            }
        ],
        "expected_reward_tokens": 8892.0,
        "profit_sb": -108.0,
        "profit_sb_percentage": -1.2,
        "recommended": false
    },
    "lines": [
        {
            "id": "038e8f8a-3674-40eb-97ad-79e984fa5202",
            "gambit_id": "e6beed48-5fe4-4fbb-8e29-a9a3a36048e3",
            "last_updated": "2022-09-11T21:12:11.590697-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Seattle Sounders",
            "reward": "1.72000",
            "odds": "1.80000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3c8b30c7-6f00-4761-a940-356dd1f4a73c/?format=api"
        },
        {
            "id": "f5d5cd51-d8b4-446d-b97b-0f5940cb3359",
            "gambit_id": "6b4481ef-ce4d-4e29-99b2-1b0ea89a6219",
            "last_updated": "2022-09-11T21:12:11.591648-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Draw",
            "reward": "3.60000",
            "odds": "3.90000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3c8b30c7-6f00-4761-a940-356dd1f4a73c/?format=api"
        },
        {
            "id": "c77dd9a5-cec8-435e-938a-2d0ade7f530d",
            "gambit_id": "96521555-0800-4dc3-8cac-8ba48e6d7938",
            "last_updated": "2022-09-11T21:12:11.589736-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Austin FC",
            "reward": "3.77000",
            "odds": "4.10000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3c8b30c7-6f00-4761-a940-356dd1f4a73c/?format=api"
        }
    ]
}