GET /api/bet_types/ad00f8fc-2903-4393-8ed8-e78fe2066ba2/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ad00f8fc-2903-4393-8ed8-e78fe2066ba2",
    "match": "https://api-prod.gambitprofit.com/api/matches/1d36670a-3e64-44ba-9867-cccd45fe179a/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-04-20T11:42:15.398132-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": "Los Angeles Clippers",
                "amount": 5000.0
            },
            {
                "team": "Phoenix Suns",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "ea723ad0-a615-46c0-a5b3-b0c5b7560989",
            "gambit_id": "3a6eba27-d55a-4145-b73c-106b54e4a7b8",
            "last_updated": "2023-04-21T22:02:24.133784-04:00",
            "created_at": "2023-04-20T11:42:15.400290-04:00",
            "name": "Los Angeles Clippers",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ad00f8fc-2903-4393-8ed8-e78fe2066ba2/?format=api"
        },
        {
            "id": "d62652ac-c419-495c-aef2-335313d6ea62",
            "gambit_id": "812abf14-154a-416a-ab99-fb20f848c6c4",
            "last_updated": "2023-04-21T22:02:24.135801-04:00",
            "created_at": "2023-04-20T11:42:15.403013-04:00",
            "name": "Phoenix Suns",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ad00f8fc-2903-4393-8ed8-e78fe2066ba2/?format=api"
        }
    ]
}