GET /api/bet_types/d9ea1f58-dbcf-4601-97f8-ca9779658c38/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d9ea1f58-dbcf-4601-97f8-ca9779658c38",
    "match": "https://api-prod.gambitprofit.com/api/matches/8e295b18-77bf-48ae-9493-33bb0ed02112/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-02-03T09:21:58.929868-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": 7768.0
            },
            {
                "team": "Phoenix Suns",
                "amount": 2232.0
            }
        ],
        "expected_reward_tokens": 9396.72,
        "profit_sb": -103.28,
        "profit_sb_percentage": -1.09,
        "recommended": false
    },
    "lines": [
        {
            "id": "45965fac-4220-4ebe-a012-3189e0759a50",
            "gambit_id": "6274d75f-a937-4eeb-a83b-79ea5960e40a",
            "last_updated": "2023-02-04T12:01:58.333347-05:00",
            "created_at": "2023-02-03T09:21:58.931161-05:00",
            "name": "Boston Celtics",
            "reward": "1.21000",
            "odds": "1.22730",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d9ea1f58-dbcf-4601-97f8-ca9779658c38/?format=api"
        },
        {
            "id": "b73df8ed-cbcb-4ca8-8e21-88c64e8ce83b",
            "gambit_id": "d1d0528d-a407-4c0a-8f96-f03fa7904920",
            "last_updated": "2023-02-04T12:01:58.334526-05:00",
            "created_at": "2023-02-03T09:21:58.932589-05:00",
            "name": "Phoenix Suns",
            "reward": "4.21000",
            "odds": "4.40000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d9ea1f58-dbcf-4601-97f8-ca9779658c38/?format=api"
        }
    ]
}