GET /api/bet_types/e1d80a9f-30fc-409d-8a5a-4e1a4efb0793/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e1d80a9f-30fc-409d-8a5a-4e1a4efb0793",
    "match": "https://api-prod.gambitprofit.com/api/matches/38f4ffe8-5cde-4e83-86a4-0aaa9751cb92/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-03-08T09:36:59.113741-05:00",
    "high_risk": {
        "possible": false,
        "description": "There is no line under 1.10 reward"
    },
    "med_risk": {
        "possible": true,
        "name": "Med Risk",
        "bet": [
            {
                "team": "FC Bayern Munich",
                "amount": 7085.0
            },
            {
                "team": "Paris Saint Germain",
                "amount": 2915.0
            }
        ],
        "expected_reward_tokens": 11689.15,
        "profit_sb": 2189.15,
        "profit_sb_percentage": 23.04,
        "recommended": false
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "FC Bayern Munich",
                "amount": 5659.0
            },
            {
                "team": "Paris Saint Germain",
                "amount": 2329.0
            },
            {
                "team": "Draw",
                "amount": 2012.0
            }
        ],
        "expected_reward_tokens": 9335.68,
        "profit_sb": -164.32,
        "profit_sb_percentage": -1.73,
        "recommended": false
    },
    "lines": [
        {
            "id": "1402e635-f7bf-4e70-8f8e-726455ad1d45",
            "gambit_id": "7ccc18c6-4a1e-404c-9ade-7c5826658700",
            "last_updated": "2023-03-09T10:02:12.178195-05:00",
            "created_at": "2023-03-08T09:36:59.116409-05:00",
            "name": "FC Bayern Munich",
            "reward": "1.65000",
            "odds": "1.67000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e1d80a9f-30fc-409d-8a5a-4e1a4efb0793/?format=api"
        },
        {
            "id": "1602fa2e-bab1-481e-b34d-9331a63c62a1",
            "gambit_id": "458e10b0-4534-4099-ab67-e6f0f5fee0b1",
            "last_updated": "2023-03-09T10:02:12.177053-05:00",
            "created_at": "2023-03-08T09:36:59.115050-05:00",
            "name": "Paris Saint Germain",
            "reward": "4.01000",
            "odds": "4.10000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e1d80a9f-30fc-409d-8a5a-4e1a4efb0793/?format=api"
        },
        {
            "id": "a24f1cb9-951e-41a1-83aa-aa2ac92e03ab",
            "gambit_id": "13b9cde8-58c4-49c2-9abb-9e3c1cfb7261",
            "last_updated": "2023-03-09T10:02:12.179345-05:00",
            "created_at": "2023-03-08T09:36:59.117719-05:00",
            "name": "Draw",
            "reward": "4.64000",
            "odds": "4.75000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e1d80a9f-30fc-409d-8a5a-4e1a4efb0793/?format=api"
        }
    ]
}