GET /api/bet_types/447cbcd0-6e36-4742-a284-27ad74f00343/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "447cbcd0-6e36-4742-a284-27ad74f00343",
    "match": "https://api-prod.gambitprofit.com/api/matches/80388ab6-3429-4e1c-9453-04588a871d53/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-04-13T09:32:22.620261-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": "Sacramento Kings",
                "amount": 5107.0
            },
            {
                "team": "Golden State Warriors",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "3b33fd8b-2eef-4dda-917d-be54d0c24731",
            "gambit_id": "e78cb962-da54-4f50-becb-c05366c058d7",
            "last_updated": "2023-04-16T18:12:15.988622-04:00",
            "created_at": "2023-04-13T09:32:22.621667-04:00",
            "name": "Sacramento Kings",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/447cbcd0-6e36-4742-a284-27ad74f00343/?format=api"
        },
        {
            "id": "88d8172e-b69d-49ae-9cf8-9dd5095d989e",
            "gambit_id": "52a7d39c-35c3-4b67-96bf-e2ccf3c66de8",
            "last_updated": "2023-04-16T18:12:15.991038-04:00",
            "created_at": "2023-04-13T09:32:22.623275-04:00",
            "name": "Golden State Warriors",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/447cbcd0-6e36-4742-a284-27ad74f00343/?format=api"
        }
    ]
}