GET /api/bet_types/0804ccd0-b510-4c7d-86e9-38827dfe14a7/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "0804ccd0-b510-4c7d-86e9-38827dfe14a7",
    "match": "https://api-prod.gambitprofit.com/api/matches/2e8d540d-f9d7-4197-9424-8a0b63caa873/?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": "Old Dominion",
                "amount": 5316.0
            },
            {
                "team": "Georgia Southern",
                "amount": 4684.0
            }
        ],
        "expected_reward_tokens": 9461.68,
        "profit_sb": -38.32,
        "profit_sb_percentage": -0.4,
        "recommended": false
    },
    "lines": [
        {
            "id": "406c113d-e57b-42f4-9ea1-9a22322c292a",
            "gambit_id": "2804eb26-e0ea-4189-a623-6365ea3534b0",
            "last_updated": "2022-10-23T19:37:03.828801-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Old Dominion",
            "reward": "1.78000",
            "odds": "1.80000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0804ccd0-b510-4c7d-86e9-38827dfe14a7/?format=api"
        },
        {
            "id": "a3aa79ea-2f86-4300-aa0f-c661d6ece0b0",
            "gambit_id": "690f07d8-e4ef-4566-8fea-998e3c11b42e",
            "last_updated": "2022-10-23T19:37:03.829803-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Georgia Southern",
            "reward": "2.02000",
            "odds": "2.05000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0804ccd0-b510-4c7d-86e9-38827dfe14a7/?format=api"
        }
    ]
}