GET /api/bet_types/f3126811-a950-4cc1-95e6-65a69947bc76/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f3126811-a950-4cc1-95e6-65a69947bc76",
    "match": "https://api-prod.gambitprofit.com/api/matches/a500a70d-8820-44c4-bc6c-cbbea9d18328/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-02-24T11:41:55.387060-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": "New York Islanders",
                "amount": 5521.0
            },
            {
                "team": "Los Angeles Kings",
                "amount": 4479.0
            }
        ],
        "expected_reward_tokens": 9495.48,
        "profit_sb": -4.52,
        "profit_sb_percentage": -0.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "79e0bda2-c1e3-468b-98d3-c10bac0211d8",
            "gambit_id": "f246505e-dbb5-4820-806b-742ff22ef958",
            "last_updated": "2023-02-25T17:27:18.805503-05:00",
            "created_at": "2023-02-24T11:41:55.388365-05:00",
            "name": "New York Islanders",
            "reward": "1.72000",
            "odds": "1.74070",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f3126811-a950-4cc1-95e6-65a69947bc76/?format=api"
        },
        {
            "id": "9130d7e0-3d9f-4db3-ad6f-804162c509d1",
            "gambit_id": "9313c557-36b7-40df-9b87-a4aa632dd4f1",
            "last_updated": "2023-02-25T17:27:18.806642-05:00",
            "created_at": "2023-02-24T11:41:55.389741-05:00",
            "name": "Los Angeles Kings",
            "reward": "2.12000",
            "odds": "2.15000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f3126811-a950-4cc1-95e6-65a69947bc76/?format=api"
        }
    ]
}