GET /api/bet_types/678da49f-78bb-4c50-87a1-c4a5d28cd0f0/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "678da49f-78bb-4c50-87a1-c4a5d28cd0f0",
    "match": "https://api-prod.gambitprofit.com/api/matches/38bfb610-25a8-4065-90df-d6e58c74ec50/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-08-27T09:58:12.621218-04: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": "MIA (JT Chargois)",
                "amount": 6434.0
            },
            {
                "team": "WAS (T Williams)",
                "amount": 3566.0
            }
        ],
        "expected_reward_tokens": 9521.22,
        "profit_sb": 21.22,
        "profit_sb_percentage": 0.22,
        "recommended": true
    },
    "lines": [
        {
            "id": "c286bf00-6d74-4dc4-84ab-a171ba99d2ab",
            "gambit_id": "0648030c-29fe-4161-890f-916c532fea74",
            "last_updated": "2023-08-29T09:08:33.492243-04:00",
            "created_at": "2023-08-27T09:58:12.633952-04:00",
            "name": "MIA (JT Chargois)",
            "reward": "1.48000",
            "odds": "1.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/678da49f-78bb-4c50-87a1-c4a5d28cd0f0/?format=api"
        },
        {
            "id": "40e1dc04-3cb7-4116-995d-28f07614aaa7",
            "gambit_id": "0b4a959c-606c-45c5-9d38-4b61892dd427",
            "last_updated": "2023-08-29T09:08:33.488030-04:00",
            "created_at": "2023-08-27T09:58:12.627091-04:00",
            "name": "WAS (T Williams)",
            "reward": "2.67000",
            "odds": "2.75000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/678da49f-78bb-4c50-87a1-c4a5d28cd0f0/?format=api"
        }
    ]
}