GET /api/bet_types/027461b7-88eb-4a08-9c06-c40326fc93ab/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "027461b7-88eb-4a08-9c06-c40326fc93ab",
    "match": "https://api-prod.gambitprofit.com/api/matches/b55e7aa7-61b2-471f-87fe-18c5735ab23c/?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": "Manchester United",
                "amount": 6252.0
            },
            {
                "team": "Everton",
                "amount": 3748.0
            }
        ],
        "expected_reward_tokens": 12441.48,
        "profit_sb": 2941.48,
        "profit_sb_percentage": 30.96,
        "recommended": false
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Manchester United",
                "amount": 4563.0
            },
            {
                "team": "Everton",
                "amount": 2735.0
            },
            {
                "team": "Draw",
                "amount": 2702.0
            }
        ],
        "expected_reward_tokens": 9078.72,
        "profit_sb": -421.28,
        "profit_sb_percentage": -4.43,
        "recommended": false
    },
    "lines": [
        {
            "id": "f9104fdd-e03c-4060-9e67-5bfa5a2f41d0",
            "gambit_id": "8ee84ee6-9e40-4207-be87-e55ea4d44bae",
            "last_updated": "2022-10-11T11:46:59.494045-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Manchester United",
            "reward": "1.99000",
            "odds": "2.05000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/027461b7-88eb-4a08-9c06-c40326fc93ab/?format=api"
        },
        {
            "id": "6de9bcce-13a1-4fef-b3ad-001c993a59cf",
            "gambit_id": "3e281bf8-ee6b-494d-b13a-27fd8bed1982",
            "last_updated": "2022-10-11T11:46:59.495035-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Everton",
            "reward": "3.32000",
            "odds": "3.45000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/027461b7-88eb-4a08-9c06-c40326fc93ab/?format=api"
        },
        {
            "id": "89879e14-d383-4768-a2b8-340807600eec",
            "gambit_id": "5ef525cc-5fa3-441f-8a38-e8834b722b20",
            "last_updated": "2022-10-11T11:46:59.496047-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Draw",
            "reward": "3.36000",
            "odds": "3.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/027461b7-88eb-4a08-9c06-c40326fc93ab/?format=api"
        }
    ]
}