GET /api/bet_types/0ae08cce-b7ff-4a01-afa0-bf4f6bf72b67/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "0ae08cce-b7ff-4a01-afa0-bf4f6bf72b67",
    "match": "https://api-prod.gambitprofit.com/api/matches/2b4e97fa-9d26-4227-80cb-0c69b0292aa1/?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": "LOS (C Kershaw)",
                "amount": 7029.0
            },
            {
                "team": "ARI (M Kelly)",
                "amount": 2971.0
            }
        ],
        "expected_reward_tokens": 9207.99,
        "profit_sb": 207.99,
        "profit_sb_percentage": 2.31,
        "recommended": true
    },
    "lines": [
        {
            "id": "e2cba4ff-b54e-4e0b-8552-1542c716110b",
            "gambit_id": "7d60a78a-aaad-4c0c-ab25-bd8a22f37eb7",
            "last_updated": "2022-09-20T15:57:30.813556-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "LOS (C Kershaw)",
            "reward": "1.31000",
            "odds": "1.35710",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0ae08cce-b7ff-4a01-afa0-bf4f6bf72b67/?format=api"
        },
        {
            "id": "66215f94-2efd-4712-8636-c367d2955534",
            "gambit_id": "5fa9d024-11a4-4aae-9a9d-77b80b5b4934",
            "last_updated": "2022-09-20T15:57:30.814630-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "ARI (M Kelly)",
            "reward": "3.10000",
            "odds": "3.40000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0ae08cce-b7ff-4a01-afa0-bf4f6bf72b67/?format=api"
        }
    ]
}