GET /api/bet_types/dc782b81-9567-42ea-869d-2201915d0940/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "dc782b81-9567-42ea-869d-2201915d0940",
    "match": "https://api-prod.gambitprofit.com/api/matches/0f7e3f42-d8f1-46d6-95d1-ee90181108e7/?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": "Arsenal",
                "amount": 7208.0
            },
            {
                "team": "Draw",
                "amount": 2792.0
            }
        ],
        "expected_reward_tokens": 10665.44,
        "profit_sb": 1665.44,
        "profit_sb_percentage": 18.5,
        "recommended": false
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Arsenal",
                "amount": 5961.0
            },
            {
                "team": "Draw",
                "amount": 2309.0
            },
            {
                "team": "Leicester City",
                "amount": 1730.0
            }
        ],
        "expected_reward_tokens": 8820.38,
        "profit_sb": -179.62,
        "profit_sb_percentage": -2.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "84bccdf9-2e38-4292-bb81-f23724d5735d",
            "gambit_id": "acd04a84-47bd-49e5-9d33-0e78cfea9b29",
            "last_updated": "2022-08-14T14:02:04.682077-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Arsenal",
            "reward": "1.48000",
            "odds": "1.53000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/dc782b81-9567-42ea-869d-2201915d0940/?format=api"
        },
        {
            "id": "1ae5fef7-56dd-4548-a962-534a62e4884c",
            "gambit_id": "e0cc6c28-3daf-406f-b0d9-dcbd24cfc003",
            "last_updated": "2022-08-14T14:02:04.682533-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Draw",
            "reward": "3.82000",
            "odds": "4.10000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/dc782b81-9567-42ea-869d-2201915d0940/?format=api"
        },
        {
            "id": "7bfe94c8-de03-44fa-81a8-12d951d9d613",
            "gambit_id": "1a4a4110-ce2e-47c7-b700-2a0d003f7198",
            "last_updated": "2022-08-14T14:02:04.681642-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Leicester City",
            "reward": "5.10000",
            "odds": "5.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/dc782b81-9567-42ea-869d-2201915d0940/?format=api"
        }
    ]
}