GET /api/bet_types/e6d599e4-93d6-40a9-8a11-7d7b2c17ff25/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e6d599e4-93d6-40a9-8a11-7d7b2c17ff25",
    "match": "https://api-prod.gambitprofit.com/api/matches/a6018d14-6f29-4802-a3bb-acc0aa02dad5/?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": "Dallas Mavericks",
                "amount": 6731.0
            },
            {
                "team": "Portland Trail Blazers",
                "amount": 3269.0
            }
        ],
        "expected_reward_tokens": 9153.2,
        "profit_sb": 153.2,
        "profit_sb_percentage": 1.7,
        "recommended": true
    },
    "lines": [
        {
            "id": "3a56c1d5-6b34-42c8-aea3-387c9a3784df",
            "gambit_id": "778cbe18-95d6-4341-805e-2b00801281bc",
            "last_updated": "2022-11-14T11:28:15.016439-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Dallas Mavericks",
            "reward": "1.36000",
            "odds": "1.40820",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e6d599e4-93d6-40a9-8a11-7d7b2c17ff25/?format=api"
        },
        {
            "id": "6a3b8b45-03c7-43f0-a0c9-ab50a39c5086",
            "gambit_id": "3181eec7-0bfe-4929-aa37-550ab1479c1b",
            "last_updated": "2022-11-14T11:28:15.017374-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Portland Trail Blazers",
            "reward": "2.80000",
            "odds": "3.05000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e6d599e4-93d6-40a9-8a11-7d7b2c17ff25/?format=api"
        }
    ]
}