GET /api/bet_types/65649a4c-1fc7-467f-a9cf-7afea36ec5a1/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "65649a4c-1fc7-467f-a9cf-7afea36ec5a1",
    "match": "https://api-prod.gambitprofit.com/api/matches/8595bbe1-c4a6-4f1a-b8b0-94f55c48381b/?format=api",
    "name": "Pick the Winner",
    "created_at": "1969-12-31T19:00:00-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": "Philadelphia Eagles",
                "amount": 5109.0
            },
            {
                "team": "Cleveland Browns",
                "amount": 4891.0
            }
        ],
        "expected_reward_tokens": 9145.11,
        "profit_sb": 145.11,
        "profit_sb_percentage": 1.61,
        "recommended": true
    },
    "lines": [
        {
            "id": "a7e877ee-b1bf-4a5a-9f6d-50fbc9b84e4e",
            "gambit_id": "32591b6a-ac21-43df-9bf9-b734b2032f54",
            "last_updated": "2022-08-22T11:17:15.134023-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Philadelphia Eagles",
            "reward": "1.79000",
            "odds": "1.86960",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/65649a4c-1fc7-467f-a9cf-7afea36ec5a1/?format=api"
        },
        {
            "id": "bb3021d3-2e06-47f0-8509-e816ee8720de",
            "gambit_id": "7ac157ac-0e23-4d21-af05-83a9f1b6d368",
            "last_updated": "2022-08-22T11:17:15.133623-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Cleveland Browns",
            "reward": "1.87000",
            "odds": "1.95240",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/65649a4c-1fc7-467f-a9cf-7afea36ec5a1/?format=api"
        }
    ]
}