GET /api/bet_types/e1ecb7b1-6947-4673-93b7-1053fad709d8/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e1ecb7b1-6947-4673-93b7-1053fad709d8",
    "match": "https://api-prod.gambitprofit.com/api/matches/9ac94e12-1cad-4665-9eb8-f233165fc042/?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": "Nashville SC",
                "amount": 6692.0
            },
            {
                "team": "Draw",
                "amount": 3308.0
            }
        ],
        "expected_reward_tokens": 11577.16,
        "profit_sb": 2577.16,
        "profit_sb_percentage": 28.64,
        "recommended": false
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Nashville SC",
                "amount": 5107.0
            },
            {
                "team": "Draw",
                "amount": 2524.0
            },
            {
                "team": "Minnesota United FC",
                "amount": 2369.0
            }
        ],
        "expected_reward_tokens": 8834.0,
        "profit_sb": -166.0,
        "profit_sb_percentage": -1.84,
        "recommended": false
    },
    "lines": [
        {
            "id": "e897da0b-dcfb-4cb5-9d3c-f066855aafd9",
            "gambit_id": "5e9d244d-27aa-499f-b9f9-1a086ce3d3bc",
            "last_updated": "2022-08-15T14:27:20.133503-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Nashville SC",
            "reward": "1.73000",
            "odds": "1.80000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e1ecb7b1-6947-4673-93b7-1053fad709d8/?format=api"
        },
        {
            "id": "c663626b-3819-4ecc-8c92-3ef754ff9203",
            "gambit_id": "9b281865-f90f-4c37-bd55-cff29887b65f",
            "last_updated": "2022-08-15T14:27:20.133967-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Draw",
            "reward": "3.50000",
            "odds": "3.75000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e1ecb7b1-6947-4673-93b7-1053fad709d8/?format=api"
        },
        {
            "id": "8c59b5c1-41e4-465b-be66-1cc2a99e2f83",
            "gambit_id": "556f7a7e-52b5-4a09-b1a9-244fc089ee25",
            "last_updated": "2022-08-15T14:27:20.133059-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Minnesota United FC",
            "reward": "3.73000",
            "odds": "4.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e1ecb7b1-6947-4673-93b7-1053fad709d8/?format=api"
        }
    ]
}