GET /api/bet_types/1bcd031a-c122-48d8-b7e9-6cb0a88cb4bb/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1bcd031a-c122-48d8-b7e9-6cb0a88cb4bb",
    "match": "https://api-prod.gambitprofit.com/api/matches/16541ded-b8ed-4da2-b3d0-472649def4aa/?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": "Central Michigan",
                "amount": 7474.0
            },
            {
                "team": "Western Michigan",
                "amount": 2526.0
            }
        ],
        "expected_reward_tokens": 9193.02,
        "profit_sb": 193.02,
        "profit_sb_percentage": 2.14,
        "recommended": true
    },
    "lines": [
        {
            "id": "ff41d8d5-bc92-4a4f-b6c1-58e8f2528d0e",
            "gambit_id": "de1972bb-c323-4f1b-ba0c-afc722e77162",
            "last_updated": "2022-11-17T09:27:16.051008-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Central Michigan",
            "reward": "1.23000",
            "odds": "1.26320",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1bcd031a-c122-48d8-b7e9-6cb0a88cb4bb/?format=api"
        },
        {
            "id": "813d1791-3007-45cb-a4b1-c99a9cc4eb86",
            "gambit_id": "2bba7a5b-fc1e-4316-90b6-6d1db896aa28",
            "last_updated": "2022-11-17T09:27:16.052575-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Western Michigan",
            "reward": "3.64000",
            "odds": "4.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1bcd031a-c122-48d8-b7e9-6cb0a88cb4bb/?format=api"
        }
    ]
}