GET /api/bet_types/aaed058f-f9cc-4b84-9090-dc428bfd6438/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "aaed058f-f9cc-4b84-9090-dc428bfd6438",
    "match": "https://api-prod.gambitprofit.com/api/matches/16dd2e6d-28ff-4d31-9730-dbfdb53a898c/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-06-24T08:58:07.784623-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": "CLE (T Bibee)",
                "amount": 5337.0
            },
            {
                "team": "MIL (F Peralta)",
                "amount": 4663.0
            }
        ],
        "expected_reward_tokens": 9605.78,
        "profit_sb": 105.78,
        "profit_sb_percentage": 1.11,
        "recommended": true
    },
    "lines": [
        {
            "id": "3e75c3e5-8011-4e57-a933-20efbae87e6a",
            "gambit_id": "e77e001c-35ec-4737-81ba-2f51a6e758f2",
            "last_updated": "2023-06-26T10:38:15.820688-04:00",
            "created_at": "2023-06-24T08:58:07.787983-04:00",
            "name": "CLE (T Bibee)",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/aaed058f-f9cc-4b84-9090-dc428bfd6438/?format=api"
        },
        {
            "id": "5a3455d6-e9a6-4823-b645-82081811304f",
            "gambit_id": "02789118-7504-474b-9704-86907a5f494a",
            "last_updated": "2023-06-26T10:38:15.818349-04:00",
            "created_at": "2023-06-24T08:58:07.786209-04:00",
            "name": "MIL (F Peralta)",
            "reward": "2.06000",
            "odds": "2.10000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/aaed058f-f9cc-4b84-9090-dc428bfd6438/?format=api"
        }
    ]
}