GET /api/bet_types/5401c9a3-8d64-4c7d-aaa1-34cd75e62b44/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5401c9a3-8d64-4c7d-aaa1-34cd75e62b44",
    "match": "https://api-prod.gambitprofit.com/api/matches/43638ef1-541e-4da1-8d1d-0612c0962c45/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-02-02T16:07:15.104574-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": 7810.0
            },
            {
                "team": "Draw",
                "amount": 2190.0
            }
        ],
        "expected_reward_tokens": 10465.4,
        "profit_sb": 965.4,
        "profit_sb_percentage": 10.16,
        "recommended": true
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Manchester United",
                "amount": 6916.0
            },
            {
                "team": "Draw",
                "amount": 1939.0
            },
            {
                "team": "Crystal Palace",
                "amount": 1146.0
            }
        ],
        "expected_reward_tokens": 9267.44,
        "profit_sb": -232.56,
        "profit_sb_percentage": -2.45,
        "recommended": false
    },
    "lines": [
        {
            "id": "0d7c9666-5ade-4bd7-a8f7-e456b5735831",
            "gambit_id": "4dc44065-f4aa-4482-bb74-8d3b124fc5bd",
            "last_updated": "2023-02-05T12:47:12.832550-05:00",
            "created_at": "2023-02-02T16:07:15.108426-05:00",
            "name": "Manchester United",
            "reward": "1.34000",
            "odds": "1.36000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5401c9a3-8d64-4c7d-aaa1-34cd75e62b44/?format=api"
        },
        {
            "id": "55a50f24-b7e0-44cf-8dc6-4460ae3e37b6",
            "gambit_id": "8ffc911c-c68f-4232-9f52-c9f9a73d2056",
            "last_updated": "2023-02-05T12:47:12.828266-05:00",
            "created_at": "2023-02-02T16:07:15.107127-05:00",
            "name": "Draw",
            "reward": "4.78000",
            "odds": "5.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5401c9a3-8d64-4c7d-aaa1-34cd75e62b44/?format=api"
        },
        {
            "id": "3a5cdd58-fe72-4215-bc16-c44e02130ce5",
            "gambit_id": "7f16a79d-e854-427c-9df4-b6e6509baad5",
            "last_updated": "2023-02-05T12:47:12.825542-05:00",
            "created_at": "2023-02-02T16:07:15.105817-05:00",
            "name": "Crystal Palace",
            "reward": "8.09000",
            "odds": "8.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5401c9a3-8d64-4c7d-aaa1-34cd75e62b44/?format=api"
        }
    ]
}