GET /api/bet_types/aa6842ae-1d2e-4ec1-8e8a-c4e4f0aa8994/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "aa6842ae-1d2e-4ec1-8e8a-c4e4f0aa8994",
    "match": "https://api-prod.gambitprofit.com/api/matches/907aa3a1-6fb8-47fc-a3ed-a2b55f3a1292/?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": "Eintracht Frankfurt",
                "amount": 6374.0
            },
            {
                "team": "Sporting CP",
                "amount": 3626.0
            }
        ],
        "expected_reward_tokens": 12110.6,
        "profit_sb": 3110.6,
        "profit_sb_percentage": 34.56,
        "recommended": false
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Eintracht Frankfurt",
                "amount": 4696.0
            },
            {
                "team": "Sporting CP",
                "amount": 2672.0
            },
            {
                "team": "Draw",
                "amount": 2632.0
            }
        ],
        "expected_reward_tokens": 8922.4,
        "profit_sb": -77.6,
        "profit_sb_percentage": -0.86,
        "recommended": false
    },
    "lines": [
        {
            "id": "0da446de-89d5-4f43-b25e-07eceaa479f6",
            "gambit_id": "bdd7d490-d86b-4628-b24a-bf58b7e2f507",
            "last_updated": "2022-09-08T10:56:54.743284-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Eintracht Frankfurt",
            "reward": "1.90000",
            "odds": "2.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/aa6842ae-1d2e-4ec1-8e8a-c4e4f0aa8994/?format=api"
        },
        {
            "id": "ff918f64-8879-46d8-9ae5-e3063abbb135",
            "gambit_id": "441b0d51-7c93-430f-bcd9-8f366f4d671c",
            "last_updated": "2022-09-08T10:56:54.741831-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Sporting CP",
            "reward": "3.34000",
            "odds": "3.60000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/aa6842ae-1d2e-4ec1-8e8a-c4e4f0aa8994/?format=api"
        },
        {
            "id": "e890b082-e627-42e5-a560-70036769575e",
            "gambit_id": "4accdbc6-cdc6-4db8-86cf-d8169dc43404",
            "last_updated": "2022-09-08T10:56:54.744370-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Draw",
            "reward": "3.39000",
            "odds": "3.65000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/aa6842ae-1d2e-4ec1-8e8a-c4e4f0aa8994/?format=api"
        }
    ]
}