GET /api/bet_types/cbc73212-6b4a-4f11-b671-c27ee43a21ff/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "cbc73212-6b4a-4f11-b671-c27ee43a21ff",
    "match": "https://api-prod.gambitprofit.com/api/matches/4e7fd4b0-d5ef-4633-a498-8ff249d367b1/?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": "Penn State",
                "amount": 5580.0
            },
            {
                "team": "Auburn",
                "amount": 4420.0
            }
        ],
        "expected_reward_tokens": 9149.4,
        "profit_sb": 149.4,
        "profit_sb_percentage": 1.66,
        "recommended": true
    },
    "lines": [
        {
            "id": "6b6fe68c-ebe3-49e1-bc27-a1dfdbfa755c",
            "gambit_id": "adeedb2b-693a-44cc-9e40-b60669793653",
            "last_updated": "2022-09-18T20:32:16.231674-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Penn State",
            "reward": "1.64000",
            "odds": "1.71430",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cbc73212-6b4a-4f11-b671-c27ee43a21ff/?format=api"
        },
        {
            "id": "febf5679-273e-46d1-a4e0-f3df297eaa2a",
            "gambit_id": "cc15a575-8da7-42f8-aff8-00231d388bd9",
            "last_updated": "2022-09-18T20:32:16.230699-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Auburn",
            "reward": "2.07000",
            "odds": "2.20000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cbc73212-6b4a-4f11-b671-c27ee43a21ff/?format=api"
        }
    ]
}