GET /api/bet_types/57665ee9-cdc6-41ca-828f-0340c6a6a699/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "57665ee9-cdc6-41ca-828f-0340c6a6a699",
    "match": "https://api-prod.gambitprofit.com/api/matches/5014d4f4-b55a-4268-ae06-15cd113e6143/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-01-19T09:22:06.232837-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": 6960.0
            },
            {
                "team": "Golden State Warriors",
                "amount": 3040.0
            }
        ],
        "expected_reward_tokens": 9604.8,
        "profit_sb": 104.8,
        "profit_sb_percentage": 1.1,
        "recommended": true
    },
    "lines": [
        {
            "id": "ddbe24f7-5346-4b9d-8b54-ac98890f61b0",
            "gambit_id": "788978d8-25ed-4249-905e-d7a1e81bc774",
            "last_updated": "2023-01-20T10:22:04.948702-05:00",
            "created_at": "2023-01-19T09:22:06.235753-05:00",
            "name": "Boston Celtics",
            "reward": "1.38000",
            "odds": "1.38460",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/57665ee9-cdc6-41ca-828f-0340c6a6a699/?format=api"
        },
        {
            "id": "3dec6fe1-679d-42ba-beb7-2e6892c9f281",
            "gambit_id": "6f88098b-216c-4e24-93d9-ddf3e0e87650",
            "last_updated": "2023-01-20T10:22:04.949859-05:00",
            "created_at": "2023-01-19T09:22:06.238907-05:00",
            "name": "Golden State Warriors",
            "reward": "3.16000",
            "odds": "3.20000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/57665ee9-cdc6-41ca-828f-0340c6a6a699/?format=api"
        }
    ]
}