GET /api/bet_types/6c194fb1-18d7-49e0-ab87-24e19138d10f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6c194fb1-18d7-49e0-ab87-24e19138d10f",
    "match": "https://api-prod.gambitprofit.com/api/matches/24458967-4f82-4bdc-8dfa-dd7a4d59ed2e/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-06-07T09:28:21.537484-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": 5601.0
            },
            {
                "team": "BOS (K Crawford)",
                "amount": 4399.0
            }
        ],
        "expected_reward_tokens": 9633.72,
        "profit_sb": 133.72,
        "profit_sb_percentage": 1.41,
        "recommended": true
    },
    "lines": [
        {
            "id": "f652c6d8-bb15-4bd7-a94c-ce1d23f5d057",
            "gambit_id": "897657dc-7cfb-4d73-8946-0cfe044d801d",
            "last_updated": "2023-06-08T16:28:14.196496-04:00",
            "created_at": "2023-06-07T09:28:21.540766-04:00",
            "name": "CLE (T Bibee)",
            "reward": "1.72000",
            "odds": "1.74630",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6c194fb1-18d7-49e0-ab87-24e19138d10f/?format=api"
        },
        {
            "id": "37d41a5f-a579-479d-8e9b-8484d5081ccd",
            "gambit_id": "4bfb2457-7ba9-4424-8b21-70cdebaa97db",
            "last_updated": "2023-06-08T16:28:14.198907-04:00",
            "created_at": "2023-06-07T09:28:21.544456-04:00",
            "name": "BOS (K Crawford)",
            "reward": "2.19000",
            "odds": "2.24000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6c194fb1-18d7-49e0-ab87-24e19138d10f/?format=api"
        }
    ]
}