GET /api/bet_types/67707bb3-6bc9-4030-b61b-447dcf7ebfb2/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "67707bb3-6bc9-4030-b61b-447dcf7ebfb2",
    "match": "https://api-prod.gambitprofit.com/api/matches/6e91999f-e96a-4a36-9249-37a318b571c6/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-05-09T11:07:05.150317-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": "COL",
                "amount": 5512.0
            },
            {
                "team": "PIT",
                "amount": 4488.0
            }
        ],
        "expected_reward_tokens": 9424.8,
        "profit_sb": -75.2,
        "profit_sb_percentage": -0.79,
        "recommended": false
    },
    "lines": [
        {
            "id": "4e084854-f4fd-420a-bee2-8538290b481d",
            "gambit_id": "c1333721-491c-4208-a590-13e669f18f8b",
            "last_updated": "2023-05-10T15:47:09.087848-04:00",
            "created_at": "2023-05-09T11:07:05.154415-04:00",
            "name": "COL",
            "reward": "1.71000",
            "odds": "1.74070",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/67707bb3-6bc9-4030-b61b-447dcf7ebfb2/?format=api"
        },
        {
            "id": "4b89a5b1-d94d-4931-b040-76904a815576",
            "gambit_id": "323b7a04-6e35-4be7-98a8-2ec71f94d36c",
            "last_updated": "2023-05-10T15:47:09.086485-04:00",
            "created_at": "2023-05-09T11:07:05.152623-04:00",
            "name": "PIT",
            "reward": "2.10000",
            "odds": "2.15000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/67707bb3-6bc9-4030-b61b-447dcf7ebfb2/?format=api"
        }
    ]
}