GET /api/bet_types/f41fa407-0eeb-4e02-94c7-98830ad15fc7/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f41fa407-0eeb-4e02-94c7-98830ad15fc7",
    "match": "https://api-prod.gambitprofit.com/api/matches/99590d74-a8fa-4b04-a99f-3acfae7d0b21/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-02-14T09:12:20.635033-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": "Portland Trail Blazers",
                "amount": 5000.0
            },
            {
                "team": "Washington Wizards",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "c371cab2-da68-4110-96c4-4b019dddf10a",
            "gambit_id": "e605ae98-0a43-4b77-a1f4-7ff05c31f297",
            "last_updated": "2023-02-15T10:41:52.918941-05:00",
            "created_at": "2023-02-14T09:12:20.636314-05:00",
            "name": "Portland Trail Blazers",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "2.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f41fa407-0eeb-4e02-94c7-98830ad15fc7/?format=api"
        },
        {
            "id": "37382056-51f4-43a4-90c6-9487fd7e7ac0",
            "gambit_id": "28503906-7fe0-4d06-b0a9-40b02b05098f",
            "last_updated": "2023-02-15T10:41:52.920145-05:00",
            "created_at": "2023-02-14T09:12:20.637616-05:00",
            "name": "Washington Wizards",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "-2.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f41fa407-0eeb-4e02-94c7-98830ad15fc7/?format=api"
        }
    ]
}