GET /api/bet_types/e25e50a7-a842-4bae-9d74-7df2ad4416fa/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e25e50a7-a842-4bae-9d74-7df2ad4416fa",
    "match": "https://api-prod.gambitprofit.com/api/matches/22371163-5c40-4d2f-9941-b65c09c868c3/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-06-01T09:42:10.246633-04:00",
    "high_risk": {
        "possible": false,
        "description": "There is no line under 1.10 reward"
    },
    "med_risk": {
        "possible": false,
        "description": "Too few lines to bet on"
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "MIN (P Lopez)",
                "amount": 5627.0
            },
            {
                "team": "CLE (T Bibee)",
                "amount": 4373.0
            }
        ],
        "expected_reward_tokens": 9620.6,
        "profit_sb": 120.6,
        "profit_sb_percentage": 1.27,
        "recommended": true
    },
    "lines": [
        {
            "id": "f97fa3ec-6892-4a34-b8cf-115a39b09c4d",
            "gambit_id": "7976e887-ca73-4022-a632-29317d75b808",
            "last_updated": "2023-06-02T13:52:21.402344-04:00",
            "created_at": "2023-06-01T09:42:10.254035-04:00",
            "name": "MIN (P Lopez)",
            "reward": "1.71000",
            "odds": "1.74070",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e25e50a7-a842-4bae-9d74-7df2ad4416fa/?format=api"
        },
        {
            "id": "9ce2aa44-5243-47b5-8127-7bdaee6bbf56",
            "gambit_id": "164c2bfb-1cab-417e-a3e3-8ae7949bd4a9",
            "last_updated": "2023-06-02T13:52:21.399755-04:00",
            "created_at": "2023-06-01T09:42:10.250487-04:00",
            "name": "CLE (T Bibee)",
            "reward": "2.20000",
            "odds": "2.25000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e25e50a7-a842-4bae-9d74-7df2ad4416fa/?format=api"
        }
    ]
}