GET /api/bet_types/89636409-fe70-48c9-8cf6-5a3c0621e493/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "89636409-fe70-48c9-8cf6-5a3c0621e493",
    "match": "https://api-prod.gambitprofit.com/api/matches/461276f1-020d-4a96-85b9-2b5b17b3a88e/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-10-19T08:33:00.212380-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": "Dallas Stars",
                "amount": 6928.0
            },
            {
                "team": "Anaheim Ducks",
                "amount": 3072.0
            }
        ],
        "expected_reward_tokens": 9491.36,
        "profit_sb": -8.64,
        "profit_sb_percentage": -0.09,
        "recommended": false
    },
    "lines": [
        {
            "id": "8ff76112-6465-4c1c-afd7-c52a9605ff6c",
            "gambit_id": "c2119828-e490-43fa-b871-630615b5b322",
            "last_updated": "2023-10-20T11:23:23.655688-04:00",
            "created_at": "2023-10-19T08:33:00.218488-04:00",
            "name": "Dallas Stars",
            "reward": "1.37000",
            "odds": "1.38460",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/89636409-fe70-48c9-8cf6-5a3c0621e493/?format=api"
        },
        {
            "id": "e83b98e5-212d-49ed-b598-51819eb37537",
            "gambit_id": "b969ad00-b98d-4786-872d-403240e2c052",
            "last_updated": "2023-10-20T11:23:23.659172-04:00",
            "created_at": "2023-10-19T08:33:00.225460-04:00",
            "name": "Anaheim Ducks",
            "reward": "3.09000",
            "odds": "3.20000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/89636409-fe70-48c9-8cf6-5a3c0621e493/?format=api"
        }
    ]
}