GET /api/bet_types/0aec223e-36b6-4b61-879f-22313024a6aa/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "0aec223e-36b6-4b61-879f-22313024a6aa",
    "match": "https://api-prod.gambitprofit.com/api/matches/a0d65135-3208-4208-9095-9f81d2b1e706/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-01-14T08:26:59.380347-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": 6099.0
            },
            {
                "team": "Dallas Mavericks",
                "amount": 3901.0
            }
        ],
        "expected_reward_tokens": 9087.51,
        "profit_sb": 87.51,
        "profit_sb_percentage": 0.97,
        "recommended": true
    },
    "lines": [
        {
            "id": "87068f8b-474e-40e0-ac13-96aaea30df93",
            "gambit_id": "21450977-e84b-40fa-8130-b3f44d365d37",
            "last_updated": "2023-01-15T15:32:19.529285-05:00",
            "created_at": "2023-01-14T08:26:59.383204-05:00",
            "name": "Portland Trail Blazers",
            "reward": "1.49000",
            "odds": "1.57140",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0aec223e-36b6-4b61-879f-22313024a6aa/?format=api"
        },
        {
            "id": "2e9ddd68-2165-498a-a5f1-cb9220e18b9b",
            "gambit_id": "c40452ba-dec8-47c0-9686-6d6cb3938ab2",
            "last_updated": "2023-01-15T15:32:19.531487-05:00",
            "created_at": "2023-01-14T08:26:59.386272-05:00",
            "name": "Dallas Mavericks",
            "reward": "2.33000",
            "odds": "2.55000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0aec223e-36b6-4b61-879f-22313024a6aa/?format=api"
        }
    ]
}