GET /api/bet_types/03fd7603-ee53-473f-9f61-ba7955481b47/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "03fd7603-ee53-473f-9f61-ba7955481b47",
    "match": "https://api-prod.gambitprofit.com/api/matches/4ef1b92f-9c74-4317-b7cf-201d7a88343d/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-04-18T12:12:03.292533-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": "CHC",
                "amount": 5213.0
            },
            {
                "team": "OAK",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "6c6216e3-a108-4069-b0a3-f4267f10763a",
            "gambit_id": "7a5db789-a50c-45b7-b4a8-be29482718a9",
            "last_updated": "2023-04-19T13:37:13.163058-04:00",
            "created_at": "2023-04-18T12:12:03.296170-04:00",
            "name": "CHC",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/03fd7603-ee53-473f-9f61-ba7955481b47/?format=api"
        },
        {
            "id": "4b06a4be-8554-4477-ad4c-8c78b73f3843",
            "gambit_id": "73e9d0d0-9a89-4416-a69f-429e1ba4f6f7",
            "last_updated": "2023-04-19T13:37:13.160590-04:00",
            "created_at": "2023-04-18T12:12:03.293952-04:00",
            "name": "OAK",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/03fd7603-ee53-473f-9f61-ba7955481b47/?format=api"
        }
    ]
}