GET /api/bet_types/b2abb4a9-0318-4bcd-a7a0-2caff359f779/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b2abb4a9-0318-4bcd-a7a0-2caff359f779",
    "match": "https://api-prod.gambitprofit.com/api/matches/5e6503c7-2e06-44c4-a1a6-52808927da7e/?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": "Boston Celtics",
                "amount": 7438.0
            },
            {
                "team": "Detroit Pistons",
                "amount": 2562.0
            }
        ],
        "expected_reward_tokens": 9223.12,
        "profit_sb": 223.12,
        "profit_sb_percentage": 2.48,
        "recommended": true
    },
    "lines": [
        {
            "id": "53d7a0e2-e3f2-4877-8029-97130414c944",
            "gambit_id": "d5ab2884-926c-4571-8d04-c840f3b3f249",
            "last_updated": "2022-11-14T11:28:17.926955-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Boston Celtics",
            "reward": "1.24000",
            "odds": "1.27030",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b2abb4a9-0318-4bcd-a7a0-2caff359f779/?format=api"
        },
        {
            "id": "a61c93d2-a684-4615-8c98-f4fef47944ea",
            "gambit_id": "b27c8104-7bb3-467c-ab43-90fb890fa590",
            "last_updated": "2022-11-14T11:28:17.926045-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Detroit Pistons",
            "reward": "3.60000",
            "odds": "3.95000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b2abb4a9-0318-4bcd-a7a0-2caff359f779/?format=api"
        }
    ]
}