GET /api/bet_types/0386766b-8c82-4ec2-858a-01e510ad5336/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "0386766b-8c82-4ec2-858a-01e510ad5336",
    "match": "https://api-prod.gambitprofit.com/api/matches/1c03f0f4-8847-4862-b3d3-753ee4a4f86e/?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": "RB Leipzig",
                "amount": 8061.0
            },
            {
                "team": "Draw",
                "amount": 1939.0
            }
        ],
        "expected_reward_tokens": 10237.47,
        "profit_sb": 1237.47,
        "profit_sb_percentage": 13.75,
        "recommended": true
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "RB Leipzig",
                "amount": 7167.0
            },
            {
                "team": "Draw",
                "amount": 1724.0
            },
            {
                "team": "FC Shakhtar Donetsk",
                "amount": 1109.0
            }
        ],
        "expected_reward_tokens": 9102.09,
        "profit_sb": 102.09,
        "profit_sb_percentage": 1.13,
        "recommended": true
    },
    "lines": [
        {
            "id": "4d150230-2c8f-4923-8cd1-7b28cec1194d",
            "gambit_id": "31ca4b54-868f-497a-a649-f2251d1b3c8f",
            "last_updated": "2022-09-07T12:46:56.382197-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "RB Leipzig",
            "reward": "1.27000",
            "odds": "1.30000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0386766b-8c82-4ec2-858a-01e510ad5336/?format=api"
        },
        {
            "id": "fcc225a3-7bd9-4b63-8a89-06e69e400a5a",
            "gambit_id": "0a86d04a-96ac-43e4-98f0-b19b0e09deb1",
            "last_updated": "2022-09-07T12:46:56.380139-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Draw",
            "reward": "5.28000",
            "odds": "5.75000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0386766b-8c82-4ec2-858a-01e510ad5336/?format=api"
        },
        {
            "id": "9ec679c1-2f18-4ebd-ae89-931b5779270d",
            "gambit_id": "93b168da-46bd-4ac9-a892-65d39221f08c",
            "last_updated": "2022-09-07T12:46:56.381115-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "FC Shakhtar Donetsk",
            "reward": "8.21000",
            "odds": "9.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0386766b-8c82-4ec2-858a-01e510ad5336/?format=api"
        }
    ]
}