GET /api/bet_types/06b86263-d499-4612-9cdb-37ea842742c1/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "06b86263-d499-4612-9cdb-37ea842742c1",
    "match": "https://api-prod.gambitprofit.com/api/matches/247cdad9-248c-417c-81f6-8ee3884f1160/?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": "Atletico Madrid",
                "amount": 6410.0
            },
            {
                "team": "Draw",
                "amount": 3590.0
            }
        ],
        "expected_reward_tokens": 11344.4,
        "profit_sb": 2344.4,
        "profit_sb_percentage": 26.05,
        "recommended": false
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Atletico Madrid",
                "amount": 5034.0
            },
            {
                "team": "Draw",
                "amount": 2819.0
            },
            {
                "team": "FC Porto",
                "amount": 2147.0
            }
        ],
        "expected_reward_tokens": 8908.04,
        "profit_sb": -91.96,
        "profit_sb_percentage": -1.02,
        "recommended": false
    },
    "lines": [
        {
            "id": "66916d62-02d5-46f1-97af-b6fef9a61090",
            "gambit_id": "e1c6416e-e4ae-4ad5-a762-b119b79fe25b",
            "last_updated": "2022-09-08T10:56:55.855038-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Atletico Madrid",
            "reward": "1.77000",
            "odds": "1.85000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/06b86263-d499-4612-9cdb-37ea842742c1/?format=api"
        },
        {
            "id": "c275040d-7dd0-4483-a08f-c237d3d7a68a",
            "gambit_id": "38b695f1-0338-4e6a-a29e-76910f36cd5e",
            "last_updated": "2022-09-08T10:56:55.856023-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Draw",
            "reward": "3.16000",
            "odds": "3.40000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/06b86263-d499-4612-9cdb-37ea842742c1/?format=api"
        },
        {
            "id": "5bb63c46-4988-40d1-97f8-85a9c12221c2",
            "gambit_id": "c58193e1-6e94-477f-b0a1-23e36bfbba67",
            "last_updated": "2022-09-08T10:56:55.856983-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "FC Porto",
            "reward": "4.15000",
            "odds": "4.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/06b86263-d499-4612-9cdb-37ea842742c1/?format=api"
        }
    ]
}