GET /api/bet_types/afedf9fd-37ac-404f-a2c2-bf87708c91fe/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "afedf9fd-37ac-404f-a2c2-bf87708c91fe",
    "match": "https://api-prod.gambitprofit.com/api/matches/923aaaaa-29b1-4f2b-92ee-995d9a535109/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-12-06T09:18:07.579324-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": "Las Vegas Raiders",
                "amount": 5107.0
            },
            {
                "team": "Minnesota Vikings",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "2b19eadb-d164-4f9a-bed6-797e40820766",
            "gambit_id": "a20d0a00-e884-43bc-8b66-d8ee26cc5901",
            "last_updated": "2023-12-11T19:38:19.478487-05:00",
            "created_at": "2023-12-06T09:18:07.591190-05:00",
            "name": "Las Vegas Raiders",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "3.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/afedf9fd-37ac-404f-a2c2-bf87708c91fe/?format=api"
        },
        {
            "id": "34915168-6e65-42cd-ba4b-f3a71782ccda",
            "gambit_id": "4cee0f28-60ab-4bad-af9b-ead80ac404c6",
            "last_updated": "2023-12-11T19:38:19.474827-05:00",
            "created_at": "2023-12-06T09:18:07.586687-05:00",
            "name": "Minnesota Vikings",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "-3.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/afedf9fd-37ac-404f-a2c2-bf87708c91fe/?format=api"
        }
    ]
}