GET /api/bet_types/73670899-5cdb-4d13-b107-3153134b70c8/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "73670899-5cdb-4d13-b107-3153134b70c8",
    "match": "https://api-prod.gambitprofit.com/api/matches/53f0ebee-eb23-41f1-9425-d9692ccd7d65/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-02-11T09:01:55.566180-05: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": "Cleveland Cavaliers",
                "amount": 6811.0
            },
            {
                "team": "Chicago Bulls",
                "amount": 3189.0
            }
        ],
        "expected_reward_tokens": 9535.11,
        "profit_sb": 35.11,
        "profit_sb_percentage": 0.37,
        "recommended": true
    },
    "lines": [
        {
            "id": "45df87d4-6d38-42dc-a58c-f9e83c63fd8a",
            "gambit_id": "1f59968c-af1a-482f-8266-13c5dda4b3b5",
            "last_updated": "2023-02-12T09:42:13.251840-05:00",
            "created_at": "2023-02-11T09:01:55.567470-05:00",
            "name": "Cleveland Cavaliers",
            "reward": "1.40000",
            "odds": "1.40820",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/73670899-5cdb-4d13-b107-3153134b70c8/?format=api"
        },
        {
            "id": "e502c065-4151-456d-ab7b-5727518670be",
            "gambit_id": "b5a5be25-47fe-479c-8ddc-cbddc6ba4c0e",
            "last_updated": "2023-02-12T09:42:13.252983-05:00",
            "created_at": "2023-02-11T09:01:55.568856-05:00",
            "name": "Chicago Bulls",
            "reward": "2.99000",
            "odds": "3.05000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/73670899-5cdb-4d13-b107-3153134b70c8/?format=api"
        }
    ]
}