GET /api/bet_types/a6dd013a-3cd9-4aa0-bd58-b38d1c7d4553/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a6dd013a-3cd9-4aa0-bd58-b38d1c7d4553",
    "match": "https://api-prod.gambitprofit.com/api/matches/dcfca2ae-da25-4788-b618-d1a4e29b829a/?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": "Brighton & Hove Albion",
                "amount": 5939.0
            },
            {
                "team": "Draw",
                "amount": 4061.0
            }
        ],
        "expected_reward_tokens": 11937.39,
        "profit_sb": 2937.39,
        "profit_sb_percentage": 32.64,
        "recommended": false
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Brighton & Hove Albion",
                "amount": 4358.0
            },
            {
                "team": "Draw",
                "amount": 2979.0
            },
            {
                "team": "Wolverhampton Wanderers",
                "amount": 2663.0
            }
        ],
        "expected_reward_tokens": 8758.26,
        "profit_sb": -241.74,
        "profit_sb_percentage": -2.69,
        "recommended": false
    },
    "lines": [
        {
            "id": "a892f587-5954-4206-b562-07613f5200cd",
            "gambit_id": "688a2bbc-b766-4276-90e6-8359fa9ec1d8",
            "last_updated": "2022-11-07T09:32:05.712392-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Brighton & Hove Albion",
            "reward": "2.01000",
            "odds": "2.15000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a6dd013a-3cd9-4aa0-bd58-b38d1c7d4553/?format=api"
        },
        {
            "id": "22d011d7-a8d1-43c9-ae39-05c2c63fba15",
            "gambit_id": "3e153b51-1535-4d1a-9055-44ce508f889c",
            "last_updated": "2022-11-07T09:32:05.714313-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Draw",
            "reward": "2.94000",
            "odds": "3.20000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a6dd013a-3cd9-4aa0-bd58-b38d1c7d4553/?format=api"
        },
        {
            "id": "fdd2e592-7649-453f-94fc-80d723a04430",
            "gambit_id": "43c46839-bd51-4003-8e75-5569c509a871",
            "last_updated": "2022-11-07T09:32:05.713364-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Wolverhampton Wanderers",
            "reward": "3.29000",
            "odds": "3.60000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a6dd013a-3cd9-4aa0-bd58-b38d1c7d4553/?format=api"
        }
    ]
}