GET /api/bet_types/e1e7407f-8b2d-4ed9-a39c-1650cca4545d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e1e7407f-8b2d-4ed9-a39c-1650cca4545d",
    "match": "https://api-prod.gambitprofit.com/api/matches/374adc58-c5f0-49a9-813f-319ad4eab0a0/?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": "Los Angeles FC",
                "amount": 7057.0
            },
            {
                "team": "Draw",
                "amount": 2943.0
            }
        ],
        "expected_reward_tokens": 12066.3,
        "profit_sb": 2566.3,
        "profit_sb_percentage": 27.01,
        "recommended": false
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Los Angeles FC",
                "amount": 5490.0
            },
            {
                "team": "Draw",
                "amount": 2290.0
            },
            {
                "team": "Los Angeles Galaxy",
                "amount": 2220.0
            }
        ],
        "expected_reward_tokens": 9387.9,
        "profit_sb": -112.1,
        "profit_sb_percentage": -1.18,
        "recommended": false
    },
    "lines": [
        {
            "id": "7928250b-5175-4bc1-94ab-e812e1a679d9",
            "gambit_id": "e7668413-2303-44ea-bfaf-2e55842f0beb",
            "last_updated": "2022-10-21T21:02:28.863103-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Los Angeles FC",
            "reward": "1.71000",
            "odds": "1.73000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e1e7407f-8b2d-4ed9-a39c-1650cca4545d/?format=api"
        },
        {
            "id": "161270b2-c0fe-4102-9e9a-091b9ce3486f",
            "gambit_id": "da96c472-ab31-4891-bcea-c1c85e93ac80",
            "last_updated": "2022-10-21T21:02:28.861995-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Draw",
            "reward": "4.10000",
            "odds": "4.20000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e1e7407f-8b2d-4ed9-a39c-1650cca4545d/?format=api"
        },
        {
            "id": "bcb1a8df-3f3b-4cd6-b812-5d288211f5bc",
            "gambit_id": "290599b1-1d01-4484-92d0-9f43fd66657a",
            "last_updated": "2022-10-21T21:02:28.860760-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Los Angeles Galaxy",
            "reward": "4.23000",
            "odds": "4.33000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e1e7407f-8b2d-4ed9-a39c-1650cca4545d/?format=api"
        }
    ]
}