GET /api/bet_types/965eec3f-6130-412b-896f-12a7c876e3bf/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "965eec3f-6130-412b-896f-12a7c876e3bf",
    "match": "https://api-prod.gambitprofit.com/api/matches/0ed8ca82-6aea-4324-b1ad-13b42cacf154/?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 City",
                "amount": 7987.0
            },
            {
                "team": "Draw",
                "amount": 2013.0
            }
        ],
        "expected_reward_tokens": 9983.75,
        "profit_sb": 983.75,
        "profit_sb_percentage": 10.93,
        "recommended": true
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Manchester City",
                "amount": 7183.0
            },
            {
                "team": "Draw",
                "amount": 1810.0
            },
            {
                "team": "Sevilla",
                "amount": 1007.0
            }
        ],
        "expected_reward_tokens": 8977.6,
        "profit_sb": -22.4,
        "profit_sb_percentage": -0.25,
        "recommended": false
    },
    "lines": [
        {
            "id": "1ee9aba7-a622-48f1-a6a1-fa75395c0f9d",
            "gambit_id": "24ee7aa3-3013-48bf-a2eb-8bec8bb9d046",
            "last_updated": "2022-11-03T10:03:18.734132-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Manchester City",
            "reward": "1.25000",
            "odds": "1.28000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/965eec3f-6130-412b-896f-12a7c876e3bf/?format=api"
        },
        {
            "id": "5bb9e05f-155d-4838-8f4b-648706b62efe",
            "gambit_id": "26e136a1-83a6-4b25-9b8c-de99740cc57e",
            "last_updated": "2022-11-03T10:03:18.741505-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Draw",
            "reward": "4.96000",
            "odds": "5.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/965eec3f-6130-412b-896f-12a7c876e3bf/?format=api"
        },
        {
            "id": "aaac223b-eeb7-486a-9127-73434591a3cd",
            "gambit_id": "ba1928ae-508a-4f20-ae98-842f604f1295",
            "last_updated": "2022-11-03T10:03:18.733161-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Sevilla",
            "reward": "8.92000",
            "odds": "10.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/965eec3f-6130-412b-896f-12a7c876e3bf/?format=api"
        }
    ]
}