GET /api/bet_types/086778e0-d185-4a2c-95e9-a1697885b694/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "086778e0-d185-4a2c-95e9-a1697885b694",
    "match": "https://api-prod.gambitprofit.com/api/matches/94a1ad1c-3e3d-4f81-83b9-70939f9c70e1/?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": "Vancouver Whitecaps FC",
                "amount": 6187.0
            },
            {
                "team": "Houston Dynamo",
                "amount": 3813.0
            }
        ],
        "expected_reward_tokens": 12125.34,
        "profit_sb": 3125.34,
        "profit_sb_percentage": 34.73,
        "recommended": false
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Vancouver Whitecaps FC",
                "amount": 4498.0
            },
            {
                "team": "Houston Dynamo",
                "amount": 2772.0
            },
            {
                "team": "Draw",
                "amount": 2729.0
            }
        ],
        "expected_reward_tokens": 8814.67,
        "profit_sb": -185.33,
        "profit_sb_percentage": -2.06,
        "recommended": false
    },
    "lines": [
        {
            "id": "9e67d760-86c9-493a-a4c9-2641c6c3b73f",
            "gambit_id": "9896d54d-886a-4f58-9a9e-5102d930f9c2",
            "last_updated": "2022-08-06T11:12:08.423084-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Vancouver Whitecaps FC",
            "reward": "1.96000",
            "odds": "2.05000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/086778e0-d185-4a2c-95e9-a1697885b694/?format=api"
        },
        {
            "id": "beb8eed5-83d9-4a1c-bd4f-650e4e42d017",
            "gambit_id": "b20a56b3-6fa2-4de3-ba13-6e5d03056ade",
            "last_updated": "2022-08-06T11:12:08.422555-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Houston Dynamo",
            "reward": "3.18000",
            "odds": "3.40000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/086778e0-d185-4a2c-95e9-a1697885b694/?format=api"
        },
        {
            "id": "7b7373da-0e9d-4ad8-bbc1-5d2eac9d41ad",
            "gambit_id": "74358242-ff10-44f5-a61a-cae8796bac7c",
            "last_updated": "2022-08-06T11:12:08.423580-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Draw",
            "reward": "3.23000",
            "odds": "3.45000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/086778e0-d185-4a2c-95e9-a1697885b694/?format=api"
        }
    ]
}