GET /api/bet_types/85b601dd-aea2-4b89-a50a-6f3e735ca0ed/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "85b601dd-aea2-4b89-a50a-6f3e735ca0ed",
    "match": "https://api-prod.gambitprofit.com/api/matches/0c9c10a0-e1dd-4f4b-88ab-068fc19560d5/?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": "SDG (B Snell)",
                "amount": 5969.0
            },
            {
                "team": "CLE (C Quantrill)",
                "amount": 4031.0
            }
        ],
        "expected_reward_tokens": 9311.61,
        "profit_sb": 311.61,
        "profit_sb_percentage": 3.46,
        "recommended": true
    },
    "lines": [
        {
            "id": "7396745a-8c1a-457e-9ea4-c33488c49f52",
            "gambit_id": "2b0cd381-72a1-4565-b64b-0911cb64ecef",
            "last_updated": "2022-08-25T10:22:11.011032-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "SDG (B Snell)",
            "reward": "1.56000",
            "odds": "1.62500",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/85b601dd-aea2-4b89-a50a-6f3e735ca0ed/?format=api"
        },
        {
            "id": "9e2a83d7-a719-4585-8dce-74a45f58faea",
            "gambit_id": "b534243b-447c-4804-8a92-6088eea41e7a",
            "last_updated": "2022-08-25T10:22:11.011411-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "CLE (C Quantrill)",
            "reward": "2.31000",
            "odds": "2.45000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/85b601dd-aea2-4b89-a50a-6f3e735ca0ed/?format=api"
        }
    ]
}