GET /api/bet_types/b6ff3267-85b5-4674-b1ed-1d6d3ed2f8f0/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b6ff3267-85b5-4674-b1ed-1d6d3ed2f8f0",
    "match": "https://api-prod.gambitprofit.com/api/matches/0db9affa-b89b-4923-8015-ec39f7816376/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-11-04T09:48:08.743584-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": "Boston Celtics",
                "amount": 7930.0
            },
            {
                "team": "Brooklyn Nets",
                "amount": 2070.0
            }
        ],
        "expected_reward_tokens": 9436.7,
        "profit_sb": -63.3,
        "profit_sb_percentage": -0.67,
        "recommended": false
    },
    "lines": [
        {
            "id": "38c658db-5e8d-454e-85f4-4426e6651775",
            "gambit_id": "e9b247fc-b608-4788-9b20-ac41aa06768f",
            "last_updated": "2023-11-06T09:58:05.707587-05:00",
            "created_at": "2023-11-04T09:48:08.749794-04:00",
            "name": "Boston Celtics",
            "reward": "1.19000",
            "odds": "1.20000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b6ff3267-85b5-4674-b1ed-1d6d3ed2f8f0/?format=api"
        },
        {
            "id": "dd564baa-6c0c-4f8a-9710-b30e81c4059d",
            "gambit_id": "3e60e8b2-983c-4ef0-ab8f-2e20bff35066",
            "last_updated": "2023-11-06T09:58:05.711217-05:00",
            "created_at": "2023-11-04T09:48:08.753798-04:00",
            "name": "Brooklyn Nets",
            "reward": "4.56000",
            "odds": "4.75000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b6ff3267-85b5-4674-b1ed-1d6d3ed2f8f0/?format=api"
        }
    ]
}