GET /api/bet_types/f6e5a7b9-86d5-4108-a52c-a6230af65b0c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f6e5a7b9-86d5-4108-a52c-a6230af65b0c",
    "match": "https://api-prod.gambitprofit.com/api/matches/f00d1414-fb96-43c5-a37c-2bb06c96d4db/?format=api",
    "name": "Play the Odds",
    "created_at": "2022-12-28T09:32:07.853968-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": "New Orleans Pelicans",
                "amount": 5000.0
            },
            {
                "team": "Minnesota Timberwolves",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 8900.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "dc82c774-713e-479d-ae5c-ff2a30818e84",
            "gambit_id": "4d683caf-b9aa-48ec-bc69-bb7d4962f7b0",
            "last_updated": "2022-12-30T18:47:00.595854-05:00",
            "created_at": "2022-12-28T09:32:07.855128-05:00",
            "name": "New Orleans Pelicans",
            "reward": "1.78000",
            "odds": "1.90910",
            "spread": "-6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f6e5a7b9-86d5-4108-a52c-a6230af65b0c/?format=api"
        },
        {
            "id": "cd1aa0f8-922c-4be0-a256-f4bc16a96dff",
            "gambit_id": "22647700-8668-435a-a426-6ead54df1612",
            "last_updated": "2022-12-30T18:47:00.597035-05:00",
            "created_at": "2022-12-28T09:32:07.856477-05:00",
            "name": "Minnesota Timberwolves",
            "reward": "1.78000",
            "odds": "1.90910",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f6e5a7b9-86d5-4108-a52c-a6230af65b0c/?format=api"
        }
    ]
}