GET /api/bet_types/a7c75472-277f-4b4b-a015-1690b1686b1c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a7c75472-277f-4b4b-a015-1690b1686b1c",
    "match": "https://api-prod.gambitprofit.com/api/matches/e330e85b-87f1-40cb-89e6-c594b0cb5db3/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-07-15T11:43:03.786824-04: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": "MIN (P Lopez)",
                "amount": 6627.0
            },
            {
                "team": "OAK (H Harris)",
                "amount": 3373.0
            }
        ],
        "expected_reward_tokens": 9476.61,
        "profit_sb": -23.39,
        "profit_sb_percentage": -0.25,
        "recommended": false
    },
    "lines": [
        {
            "id": "e11f1392-4f87-44cb-9acc-69ad5fee4dd0",
            "gambit_id": "18ec9c83-c61b-451a-a80c-a8bbb01ff12c",
            "last_updated": "2023-07-22T19:03:23.157088-04:00",
            "created_at": "2023-07-15T11:43:03.788266-04:00",
            "name": "MIN (P Lopez)",
            "reward": "1.43000",
            "odds": "1.45450",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a7c75472-277f-4b4b-a015-1690b1686b1c/?format=api"
        },
        {
            "id": "99b4349c-c633-464d-a51f-9112a331b9c9",
            "gambit_id": "e3a6e6b7-a0de-4443-a4fc-410a3cedc881",
            "last_updated": "2023-07-22T19:03:23.162401-04:00",
            "created_at": "2023-07-15T11:43:03.789763-04:00",
            "name": "OAK (H Harris)",
            "reward": "2.81000",
            "odds": "2.90000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a7c75472-277f-4b4b-a015-1690b1686b1c/?format=api"
        }
    ]
}